prep for dev release
Hans Dieter Pearcey [Sat, 25 Apr 2009 23:25:22 +0000 (23:25 +0000)]
Changes
lib/HTTP/Request/AsCGI.pm

diff --git a/Changes b/Changes
index ab14f83..873f2a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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@cpan.org)
     - Added support for in-memory filehandles as standard filehandles
     - Added support for AUTH_TYPE and REMOTE_USER, currently only support 
index c1a1ff1..4a81289 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->mk_accessors( qw[ is_setup
                                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 @@ Provides a convinient way of setting up an CGI environment from a HTTP::Request.
 
 =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