clean up pod location and module ends
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index 2266685..5f2de4a 100644 (file)
@@ -1,12 +1,16 @@
 package Catalyst::Devel;
+require 5.008003;
 
 use strict;
 use warnings;
 
-our $VERSION             = '1.21';
-our $CATALYST_SCRIPT_GEN = 39;
+our $VERSION = '1.41';
+$VERSION =~ tr/_//d;
 
-$VERSION = eval $VERSION;
+our $CATALYST_SCRIPT_GEN = 40;
+
+1;
+__END__
 
 =head1 NAME
 
@@ -49,5 +53,3 @@ This library is free software. You can redistribute it and/or modify
 it under the same terms as Perl itself.
 
 =cut
-
-1;