Skip to content

Commit

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

diff --git a/Changes b/Changes
index 4775699..d3c31f8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Squatting::On::PSGI

+0.06  Fri Apr 29 21:09:58 PDT 2011
+  - require latest Squatting
+
 0.05  Wed Apr 27 04:38:04 PDT 2011
   - support for Plack::Middleware
   - updated tests to work w/ Squatting 0.80
  • Loading branch information
beppu committed Apr 30, 2011
1 parent 8515c0c commit 94281c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Squatting::On::PSGI

0.06 Fri Apr 29 21:09:58 PDT 2011
- require latest Squatting

0.05 Wed Apr 27 04:38:04 PDT 2011
- support for Plack::Middleware
- updated tests to work w/ Squatting 0.80
Expand Down
2 changes: 1 addition & 1 deletion lib/Squatting/On/PSGI.pm
Expand Up @@ -2,7 +2,7 @@ package Squatting::On::PSGI;

use strict;
use 5.008_001;
our $VERSION = '0.05';
our $VERSION = '0.06';

use CGI::Cookie;
use Plack::Request;
Expand Down

0 comments on commit 94281c0

Please sign in to comment.