normalize version declarations and underscore removal
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index 4cfea7e..077e964 100644 (file)
@@ -1,10 +1,14 @@
 package Catalyst::Devel;
+require 5.008003;
 
 use strict;
 use warnings;
 
-our $VERSION             = '1.13';
-our $CATALYST_SCRIPT_GEN = 34;
+our $VERSION = '1.41';
+$VERSION =~ tr/_//d;
+
+our $CATALYST_SCRIPT_GEN = 40;
+
 
 =head1 NAME
 
@@ -35,6 +39,12 @@ 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