X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDevel.pm;h=3f0f089b4a965a7d3f208ae9ab5c17afd2bb6188;hb=0fde42f0b21706756dc1e3bc997dfd85d9532f22;hp=7e7fe69e6421e33bfb55144915ecf6e9aa18e1d1;hpb=57c6650e789805b0e39e440d1d9cd939af5eabd0;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 7e7fe69..3f0f089 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.09'; -our $CATALYST_SCRIPT_GEN = 32; +our $VERSION = '1.20'; +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