diff --git a/Changes b/Changes index 97b5e28..298c01c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension Plack::App::Proxy::Selective -0.02 Sun Aug 15 22:02:53 2010 +0.03 Sun Aug 15 22:02:53 2010 + - added dependency for Test::More 0.94 + +0.02 Sun Aug 8 20:02:30 2010 - fixed messy regular expressions and added more tests 0.01 Sun Aug 1 01:02:53 2010 diff --git a/lib/Plack/App/Proxy/Selective.pm b/lib/Plack/App/Proxy/Selective.pm index 46ef092..91bca95 100644 --- a/lib/Plack/App/Proxy/Selective.pm +++ b/lib/Plack/App/Proxy/Selective.pm @@ -10,7 +10,7 @@ use Plack::App::Proxy; use Plack::App::Directory; use Path::Class; -our $VERSION = '0.02'; +our $VERSION = '0.03'; my $filename = qr/\/?(?:\w+?\.)+\w+$/;