X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=69b34b8190cf13ce574c414bdbe8861f26dd46ac;hb=7e65d540441818dd71550942cea60f3f829cb150;hp=4b09762eae2a9d425b4c0edec6d415d0c4b54944;hpb=399f4ade1877e8deb780543a8c4896b8b11a9142;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 4b09762..69b34b8 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -3,8 +3,9 @@ package Catalyst::Devel; use strict; use warnings; -our $VERSION = '1.19'; -our $CATALYST_SCRIPT_GEN = 39; +our $VERSION = '1.22'; +$VERSION = eval $VERSION; +our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION; @@ -37,6 +38,12 @@ 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