X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=07576a36ec0beee6a8e6c994ffb72c3b3dbf8133;hb=ae133240923d063b2a39dcf1abdada5f917da8c5;hp=79cc461228155c0dfcf967645129ffdff0a142ce;hpb=e2c3c7e50d55efb99b5831ab216033325bc2ef8c;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 79cc461..07576a3 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -1,13 +1,16 @@ package Catalyst::Devel; +require 5.008003; use strict; use warnings; -# Change Catalyst::Helper also. -our $VERSION = '1.33'; +our $VERSION = '1.41'; +$VERSION =~ tr/_//d; + our $CATALYST_SCRIPT_GEN = 40; -$VERSION = eval $VERSION; +1; +__END__ =head1 NAME @@ -18,7 +21,7 @@ Catalyst::Devel - Catalyst Development Tools The C distribution includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The -runtime parts of Catalyst are now known as C. +runtime parts of Catalyst are now known as C. C includes the L system, which autogenerates scripts and tests; L, a @@ -50,5 +53,3 @@ This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut - -1;