v1.19
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize.pm
index ae3b6b3..ef50d4a 100644 (file)
@@ -8,9 +8,6 @@ use Module::Pluggable::Object;
 use MRO::Compat;
 use Moose::Util::TypeConstraints;
 
-our $VERSION = '1.09';
-$VERSION = eval $VERSION;
-
 has plugins => ( is => 'rw' );
 
 has deserialize_http_methods => (