remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Controller / REST.pm
index 9c21319..d43ef86 100644 (file)
@@ -2,8 +2,7 @@ package Catalyst::Controller::REST;
 use Moose;
 use namespace::autoclean;
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 =head1 NAME