From: Rafael Kitover Date: Tue, 30 Jun 2009 23:01:15 +0000 (+0000) Subject: fix AUTHOR pod sections, new release X-Git-Tag: 0.030~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e6f9c85d869a3fd48134c5990ed654ad272fd12;p=catagits%2FCatalyst-Controller-WrapCGI.git fix AUTHOR pod sections, new release --- diff --git a/Changes b/Changes index 22a605d..3cb467e 100644 --- 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 diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 9bce949..48eaae0 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -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, L, L, L, L -=head1 AUTHORS +=head1 AUTHOR Rafael Kitover, C<< >> +=head1 CONTRIBUTORS + Hans Dieter Pearcey, C<< >> =head1 BUGS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 3d035f1..a9446db 100644 --- a/lib/Catalyst/Controller/WrapCGI.pm +++ b/lib/Catalyst/Controller/WrapCGI.pm @@ -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 L, L, L, L, L -=head1 AUTHORS - -Originally written by: +=head1 AUTHOR Matt S. Trout, C<< >> -Contributors: +=head1 CONTRIBUTORS Rafael Kitover C<< >> diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index f1619e0..9a061ea 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -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