remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST / ForBrowsers.pm
index 0446be9..bad6160 100644 (file)
@@ -4,8 +4,7 @@ use namespace::autoclean;
 
 with 'Catalyst::TraitFor::Request::REST';
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 has _determined_real_method => (
     is  => 'rw',