X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=79b07650542332a2be9a983c6def96b35986a8ae;hb=8d8cb02e6ad2b6c22f6cbcde9fab8975fd1ad991;hp=99277fc23dbf72c3756d53c1e6ae133e82d396a1;hpb=f64c718c6803115a05faecaa44c94932d5d7c206;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 99277fc..79b0765 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -1,10 +1,16 @@ package Catalyst::Devel; +require 5.008003; use strict; use warnings; -our $VERSION = '1.08'; -our $CATALYST_SCRIPT_GEN = 31; +our $VERSION = '1.42'; +$VERSION =~ tr/_//d; + +our $CATALYST_SCRIPT_GEN = 40; + +1; +__END__ =head1 NAME @@ -12,12 +18,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 @@ -31,11 +37,19 @@ L. 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 +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut - -1;