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