fix AUTHOR pod sections, new release
Rafael Kitover [Tue, 30 Jun 2009 23:01:15 +0000 (23:01 +0000)]
Changes
lib/Catalyst/Controller/CGIBin.pm
lib/Catalyst/Controller/WrapCGI.pm
lib/CatalystX/GlobalContext.pm

diff --git a/Changes b/Changes
index 22a605d..3cb467e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Controller-WrapCGI
 
+0.020  2009-06-30 22:59:56
+    - fix AUTHOR pod sections
+
 0.019  2009-06-04 23:06:39
     - fix a "make test" problem with +x not preserved on test.sh
 
index 9bce949..48eaae0 100644 (file)
@@ -23,11 +23,11 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin
 
 =head1 VERSION
 
-Version 0.019
+Version 0.020
 
 =cut
 
-our $VERSION = '0.019';
+our $VERSION = '0.020';
 
 =head1 SYNOPSIS
 
@@ -313,10 +313,12 @@ __PACKAGE__->meta->make_immutable;
 L<Catalyst::Controller::WrapCGI>, L<CatalystX::GlobalContext>,
 L<Catalyst::Controller>, L<CGI>, L<Catalyst>
 
-=head1 AUTHORS
+=head1 AUTHOR
 
 Rafael Kitover, C<< <rkitover at cpan.org> >>
 
+=head1 CONTRIBUTORS
+
 Hans Dieter Pearcey, C<< <hdp at cpan.org> >>
 
 =head1 BUGS
index 3d035f1..a9446db 100644 (file)
@@ -20,11 +20,11 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst
 
 =head1 VERSION
 
-Version 0.019
+Version 0.020
 
 =cut
 
-our $VERSION = '0.019';
+our $VERSION = '0.020';
 
 =head1 SYNOPSIS
 
@@ -351,13 +351,11 @@ Original development sponsored by L<http://www.altinity.com/>
 L<Catalyst::Controller::CGIBin>, L<CatalystX::GlobalContext>,
 L<Catalyst::Controller>, L<CGI>, L<Catalyst>
 
-=head1 AUTHORS
-
-Originally written by:
+=head1 AUTHOR
 
 Matt S. Trout, C<< <mst at shadowcat.co.uk> >>
 
-Contributors:
+=head1 CONTRIBUTORS
 
 Rafael Kitover C<< <rkitover at cpan.org> >>
 
index f1619e0..9a061ea 100644 (file)
@@ -15,11 +15,11 @@ CatalystX::GlobalContext - Export Catalyst Context
 
 =head1 VERSION
 
-Version 0.019
+Version 0.020
 
 =cut
 
-our $VERSION = '0.019';
+our $VERSION = '0.020';
 
 =head1 SYNOPSIS