X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=8ec2518528800c95c2a1b5d6744893def76a4af6;hb=45d58983a392319b3486219ec754566b6d8aac9f;hp=ecea316af096aaf12341ae550acfdd3ec4a6ffe0;hpb=71b0e3d1fda6310b38ac0142f2e2d693d35ba662;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index ecea316..8ec2518 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -1,10 +1,14 @@ package Catalyst::Devel; +require 5.008003; use strict; use warnings; -our $VERSION = '1.08'; -our $CATALYST_SCRIPT_GEN = 32; +# Change Catalyst::Helper also. +our $VERSION = '1.41'; +our $CATALYST_SCRIPT_GEN = 40; + +$VERSION = eval $VERSION; =head1 NAME @@ -12,12 +16,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 @@ -35,9 +39,15 @@ Catalyst Contributors, see Catalyst.pm 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 +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut