X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=d279447803fec8211c6eb1015c23c45cd847dd97;hb=394ff35949ca4f73215e48ff6e62d0b09139aead;hp=c6129b39a41d1f52c98e1b8bc922e0379608faea;hpb=9ffb6b831e52a98ed741cf1bfb43fd75f1c44a4f;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index c6129b3..d279447 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -1,20 +1,54 @@ -package Catalyst::Devel; - -use strict; -use warnings; - -our $VERSION = '1.00'; -our $CATALYST_SCRIPT_GEN = 28; - +package Catalyst::Devel; + +use strict; +use warnings; + +# Change Catalyst::Helper also. +our $VERSION = '1.31'; +our $CATALYST_SCRIPT_GEN = 40; + +$VERSION = eval $VERSION; + =head1 NAME Catalyst::Devel - Catalyst Development Tools - + +=head1 DESCRIPTION + +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. + +C includes the L system, which +autogenerates scripts and tests; L, a +L extension for Catalyst; and requirements for a +variety of development-related modules. The documentation remains with +L. + +=head1 SEE ALSO + +L. + +=head1 AUTHOR + +Catalyst Contributors, see Catalyst.pm + +=head1 PROJECT FOUNDER + +sri: Sebastian Riedel + +=head1 COPYRIGHT + +Copyright (c) 2006 - 2009 +the Catalyst::Devel L +as listed above. + =head1 LICENSE -This library is free software, you can redistribute it and/or modify -it under the same terms as Perl itself. - -=cut - -1; \ No newline at end of file +This library is free software. You can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut + +1;