From: Rafael Kitover Date: Sun, 6 Jul 2008 21:22:17 +0000 (+0000) Subject: WrapCGI: fix missing dep on Class::C3 X-Git-Tag: 0.030~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=7fce5bb08f7ee5ec72ca09f79b3350b03f1e8a75;hp=57e1d22df9607a8c496b4bf74ca639221387ed3e WrapCGI: fix missing dep on Class::C3 --- diff --git a/Changes b/Changes index 674c6b0..7d700a5 100644 --- a/Changes +++ b/Changes @@ -5,3 +5,6 @@ Revision history for Catalyst-Controller-WrapCGI 0.002 2008-07-02 23:02:20 First release. + +0.0022 2008-07-04 02:52:52 + Fixed test shell script portability and missing dep on Class::C3 diff --git a/META.yml b/META.yml index dac8bd7..a864664 100644 --- a/META.yml +++ b/META.yml @@ -17,6 +17,7 @@ no_index: - t requires: Catalyst: 5.7007 + Class::C3: 0 File::Find::Rule: 0 File::Slurp: 0 HTTP::Request::AsCGI: 0 @@ -24,4 +25,4 @@ requires: Task::Weaken: 0 URI: 0 parent: 0 -version: 0.0021 +version: 0.0022 diff --git a/Makefile.PL b/Makefile.PL index 2d8551c..436b630 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ all_from 'lib/Catalyst/Controller/WrapCGI.pm'; author 'Matt S. Trout '; requires 'Catalyst' => '5.7007'; +requires 'Class::C3'; requires 'parent'; requires 'Task::Weaken'; requires 'HTTP::Request::AsCGI'; diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index e2e7078..886e3b3 100644 --- a/lib/Catalyst/Controller/WrapCGI.pm +++ b/lib/Catalyst/Controller/WrapCGI.pm @@ -15,11 +15,11 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst =head1 VERSION -Version 0.0021 +Version 0.0022 =cut -our $VERSION = '0.0021'; +our $VERSION = '0.0022'; =head1 SYNOPSIS