Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
zentooo committed Aug 15, 2010
1 parent 7d739ca commit 4f6863d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Proxy/Selective.pm
Expand Up @@ -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+$/;

Expand Down

0 comments on commit 4f6863d

Please sign in to comment.