remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index fd1fb59..e82394b 100644 (file)
@@ -5,8 +5,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 sub execute {
     return 1;