normalize version declarations and underscore removal
[catagits/Catalyst-Devel.git] / lib / Catalyst / Helper.pm
index 5b34c2d..17118f5 100644 (file)
@@ -18,8 +18,8 @@ use namespace::autoclean;
 
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
-# Change Catalyst/Devel.pm also
 our $VERSION = '1.41';
+$VERSION =~ tr/_//d;
 
 my %cache;