X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=05fe15b0947f4bf5a6806b5a7d20d427b62ccaee;hb=894bac703ed2ef10835ae924fafeda80915d3594;hp=de34571bf9cdfbe2b06f1ee65cb63abcb447de5b;hpb=28634a285225bbd3692defa6b1e787fcb4f32f77;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index de34571..05fe15b 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -3,8 +3,10 @@ package Catalyst::Devel; use strict; use warnings; -our $VERSION = '1.03'; -our $CATALYST_SCRIPT_GEN = 30; +our $VERSION = '1.21'; +our $CATALYST_SCRIPT_GEN = 39; + +$VERSION = eval $VERSION; =head1 NAME @@ -12,12 +14,12 @@ Catalyst::Devel - Catalyst Development Tools =head1 DESCRIPTION -The C package 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. +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 +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 @@ -29,11 +31,15 @@ L. =head1 AUTHOR -The Catalyst Core Team - see http://catalyst.perl.org/ +Catalyst Contributors, see Catalyst.pm + +=head1 PROJECT FOUNDER + +sri: Sebastian Riedel =head1 LICENSE -This library is free software, you can redistribute it and/or modify +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut