clean up pod location and module ends
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index 913da6f..5f2de4a 100644 (file)
@@ -1,13 +1,16 @@
 package Catalyst::Devel;
+require 5.008003;
 
 use strict;
 use warnings;
 
-# Change Catalyst::Helper also.
-our $VERSION             = '1.27';
+our $VERSION = '1.41';
+$VERSION =~ tr/_//d;
+
 our $CATALYST_SCRIPT_GEN = 40;
 
-$VERSION = eval $VERSION;
+1;
+__END__
 
 =head1 NAME
 
@@ -50,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;