Version 1.33
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index e267da0..79cc461 100644 (file)
@@ -3,8 +3,11 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.10';
-our $CATALYST_SCRIPT_GEN = 32;
+# Change Catalyst::Helper also.
+our $VERSION             = '1.33';
+our $CATALYST_SCRIPT_GEN = 40;
+
+$VERSION = eval $VERSION;
 
 =head1 NAME
 
@@ -35,9 +38,15 @@ Catalyst Contributors, see Catalyst.pm
 
 sri: Sebastian Riedel <sri@cpan.org>
 
+=head1 COPYRIGHT
+
+Copyright (c) 2006 - 2009
+the Catalyst::Devel L</AUTHOR>
+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