X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=05fe15b0947f4bf5a6806b5a7d20d427b62ccaee;hb=894bac703ed2ef10835ae924fafeda80915d3594;hp=e267da0d43a504a5ed1e81fe900244d57c7a7c45;hpb=6ef69108c2540e86272c9934bd6f6ef86e1d8ec7;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index e267da0..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.10'; -our $CATALYST_SCRIPT_GEN = 32; +our $VERSION = '1.21'; +our $CATALYST_SCRIPT_GEN = 39; + +$VERSION = eval $VERSION; =head1 NAME @@ -37,7 +39,7 @@ 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