remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON.pm
index 7674ec4..7d29679 100644 (file)
@@ -6,8 +6,7 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use JSON ();
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 has encoder => (
    is => 'ro',