Fix warning when devel is missing
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index de34571..a0eae81 100644 (file)
@@ -3,8 +3,8 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.03';
-our $CATALYST_SCRIPT_GEN = 30;
+our $VERSION             = '1.08';
+our $CATALYST_SCRIPT_GEN = 32;
 
 =head1 NAME
 
@@ -29,7 +29,7 @@ L<Catalyst|Catalyst::Runtime>.
 
 =head1 AUTHOR
 
-The Catalyst Core Team - see http://catalyst.perl.org/
+Catalyst Contributors, see Catalyst.pm
 
 =head1 LICENSE