From: Rafael Kitover Date: Fri, 6 Aug 2010 16:12:34 +0000 (-0400) Subject: release 0.030 X-Git-Tag: 0.030^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=bef5bffc1e2bbd5e907e3e8010aed6de0c3054be release 0.030 --- diff --git a/Changes b/Changes index 1549616..94e72a1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Catalyst-Controller-WrapCGI +0.030 2010-08-06 16:08:10 + - rethrow non-scalar exceptions as-is + - minor doc fix + 0.029 2010-06-05 21:12:47 - update tests for new HTTP::Request::AsCGI diff --git a/Makefile.PL b/Makefile.PL index 7debb3c..3b7e5bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,11 @@ use inc::Module::Install 0.91; +require Module::Install::ReadmeFromPod; + name 'Catalyst-Controller-WrapCGI'; all_from 'lib/Catalyst/Controller/WrapCGI.pm'; author 'Matt S. Trout '; -test_requires 'Catalyst::Plugin::Static::Simple'; -test_requires 'CGI'; - requires 'Catalyst' => '5.80015'; requires 'HTTP::Request::AsCGI' => '1.2'; requires 'CGI::Compile' => '0.07'; @@ -20,9 +19,15 @@ requires 'Task::Weaken'; requires 'LWP'; requires 'Moose'; -build_requires 'Test::More' => '0.92'; +test_requires 'Test::More' => '0.92'; +test_requires 'Catalyst::Plugin::Static::Simple'; +test_requires 'CGI'; + +readme_from 'lib/Catalyst/Controller/CGIBin.pm'; + +realclean_files qw/README MANIFEST/; auto_provides; auto_install; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Controller-WrapCGI/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Controller-WrapCGI.git'; WriteAll; diff --git a/README b/README deleted file mode 100644 index 36b7a5a..0000000 --- a/README +++ /dev/null @@ -1,43 +0,0 @@ -Catalyst-Controller-WrapCGI - -Some modules to help you port CGI/mod_perl code to Catalyst. - -INSTALLATION - -To install this module, run the following commands: - - perl Makefile.PL - make - make test - make install - -SUPPORT AND DOCUMENTATION - -After installing, you can find documentation for these modules with the -perldoc command. - - perldoc Catalyst::Controller::CGIBin - perldoc Catalyst::Controller::WrapCGI - perldoc CatalystX::GlobalContext - -You can also look for information at: - - RT, CPAN's request tracker - http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Controller-WrapCGI - - AnnoCPAN, Annotated CPAN documentation - http://annocpan.org/dist/Catalyst-Controller-WrapCGI - - CPAN Ratings - http://cpanratings.perl.org/d/Catalyst-Controller-WrapCGI - - Search CPAN - http://search.cpan.org/dist/Catalyst-Controller-WrapCGI - - -COPYRIGHT AND LICENCE - -Copyright (C) 2008 Matt S. Trout - -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 2c76c99..f05db5b 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -23,7 +23,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin =cut -our $VERSION = '0.029'; +our $VERSION = '0.030'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 88ed2af..b3eb678 100644 --- a/lib/Catalyst/Controller/WrapCGI.pm +++ b/lib/Catalyst/Controller/WrapCGI.pm @@ -21,7 +21,7 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst =cut -our $VERSION = '0.029'; +our $VERSION = '0.030'; =head1 SYNOPSIS diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index d813632..a5dbfd0 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context =cut -our $VERSION = '0.029'; +our $VERSION = '0.030'; =head1 SYNOPSIS