[Catalyst-commits] r9839 - in HTTP-Request-AsCGI/trunk: .
lib/HTTP/Request
hdp at dev.catalyst.perl.org
hdp at dev.catalyst.perl.org
Sat Apr 25 23:25:23 GMT 2009
Author: hdp
Date: 2009-04-26 00:25:22 +0100 (Sun, 26 Apr 2009)
New Revision: 9839
Modified:
HTTP-Request-AsCGI/trunk/Changes
HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
Log:
prep for dev release
Modified: HTTP-Request-AsCGI/trunk/Changes
===================================================================
--- HTTP-Request-AsCGI/trunk/Changes 2009-04-25 23:25:15 UTC (rev 9838)
+++ HTTP-Request-AsCGI/trunk/Changes 2009-04-25 23:25:22 UTC (rev 9839)
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension HTTP::Request::AsCGI.
-0.6 2006-12-XX 00:00:00 2005
+0.5_01 2009-04-25
- Added support for Perl 5.6, by Hans Dieter Pearcey (hdp at cpan.org)
- Added support for in-memory filehandles as standard filehandles
- Added support for AUTH_TYPE and REMOTE_USER, currently only support
Modified: HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
===================================================================
--- HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-04-25 23:25:15 UTC (rev 9838)
+++ HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-04-25 23:25:22 UTC (rev 9839)
@@ -26,7 +26,7 @@
stdout
stderr ] );
-our $VERSION = 0.6_01;
+our $VERSION = 0.5_01;
sub new {
my $class = ref $_[0] ? ref shift : shift;
@@ -646,7 +646,7 @@
=item * new
-Contructor, this method takes a hash of parameters. The following parameters are
+Constructor, this method takes a hash of parameters. The following parameters are
valid:
=over 8
More information about the Catalyst-commits
mailing list