X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FCGIBin.pm;h=2c76c9989ffe0da65797c11522c9b14a6628b7fa;hb=49ad9853ee21e140d06393352ecb4f0d5cbc8410;hp=4e6aefad98bb977a38700067961f9e23a9207364;hpb=9e040aebffbc0138554c21c3122dbd86b919d246;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 4e6aefa..2c76c99 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -6,7 +6,6 @@ use mro 'c3'; extends 'Catalyst::Controller::WrapCGI'; use File::Find::Rule (); -use Catalyst::Exception (); use File::Spec::Functions qw/splitdir abs2rel/; use IPC::Open3; use Symbol 'gensym'; @@ -24,7 +23,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin =cut -our $VERSION = '0.027'; +our $VERSION = '0.029'; =head1 SYNOPSIS