X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=79b07650542332a2be9a983c6def96b35986a8ae;hb=8d8cb02e6ad2b6c22f6cbcde9fab8975fd1ad991;hp=17ae5df548cc7109141779a9e3bc07a03b3e04da;hpb=bbb7a4fe066494e3671b5036eeddcabcf8ff973d;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 17ae5df..79b0765 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.23'; +our $VERSION = '1.42'; +$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;