Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checking in changes prior to tagging of version 0.08. Changelog diff is:
diff --git a/Changes b/Changes
index 44494aa..bd50575 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension CGI::PSGI

+0.08  Thu Feb 11 14:47:26 PST 2010
+        - Added ->psgi_redirect to make migration from CGI.pm even easier (markstos)
+        - POD overhaul and improvements (markstos)
+
 0.07  Tue Jan 12 10:21:19 PST 2010
         - Unset $CGI::MOD_PERL in case CGI.pm is preloaded by other non-PSGI apps running on Apache
           (confound, sukria)
  • Loading branch information
miyagawa committed Feb 11, 2010
1 parent 2ca9d3d commit 4be73cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension CGI::PSGI

0.08 Thu Feb 11 14:47:26 PST 2010
- Added ->psgi_redirect to make migration from CGI.pm even easier (markstos)
- POD overhaul and improvements (markstos)

0.07 Tue Jan 12 10:21:19 PST 2010
- Unset $CGI::MOD_PERL in case CGI.pm is preloaded by other non-PSGI apps running on Apache
(confound, sukria)
Expand Down
2 changes: 1 addition & 1 deletion lib/CGI/PSGI.pm
Expand Up @@ -2,7 +2,7 @@ package CGI::PSGI;

use strict;
use 5.008_001;
our $VERSION = '0.07';
our $VERSION = '0.08';

use base qw(CGI);

Expand Down

0 comments on commit 4be73cd

Please sign in to comment.