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