release 0.030 0.030
Rafael Kitover [Fri, 6 Aug 2010 16:12:34 +0000 (12:12 -0400)]
Changes
Makefile.PL
README [deleted file]
lib/Catalyst/Controller/CGIBin.pm
lib/Catalyst/Controller/WrapCGI.pm
lib/CatalystX/GlobalContext.pm

diff --git a/Changes b/Changes
index 1549616..94e72a1 100644 (file)
--- 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
 
index 7debb3c..3b7e5bc 100644 (file)
@@ -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 <mst@shadowcat.co.uk>';
 
-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 (file)
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.
index 2c76c99..f05db5b 100644 (file)
@@ -23,7 +23,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin
 
 =cut
 
-our $VERSION = '0.029';
+our $VERSION = '0.030';
 
 =head1 SYNOPSIS
 
index 88ed2af..b3eb678 100644 (file)
@@ -21,7 +21,7 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst
 
 =cut
 
-our $VERSION = '0.029';
+our $VERSION = '0.030';
 
 =head1 SYNOPSIS
 
index d813632..a5dbfd0 100644 (file)
@@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context
 
 =cut
 
-our $VERSION = '0.029';
+our $VERSION = '0.030';
 
 =head1 SYNOPSIS