The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Middleware::LowerUrl

VERSION

version 0.01

SYNOPSIS

    use Plack::Builder;

    builder {
        enable "Plack::Middleware::LowerUrl";
        $app;
    };

DESCRIPTION

Plack::Middleware::LowerUrl will just make the REQUEST_URI and PATH_INFO lower. It will skip over any passed in parameters.

NAME

Plack::Middleware::LowerUrl - Make everything lower!

SEE ALSO

Plack, Plack::Middleware

AUTHOR

Logan Bell, <logie@cpan.org>

COPYRIGHT & LICENSE

Copyright 2013, Logan Bell

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Logan Bell <logie@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Logan Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.