remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index e009e4f..6882442 100644 (file)
@@ -10,8 +10,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '1.08';
-$VERSION = eval $VERSION;
+# VERSION
 
 sub BUILDARGS {
     my $class  = shift;