v1.21
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON / XS.pm
index ff06141..a6e86a1 100644 (file)
@@ -9,9 +9,6 @@ BEGIN {
 extends 'Catalyst::Action::Serialize::JSON';
 use JSON::XS ();
 
-our $VERSION = '1.00';
-$VERSION = eval $VERSION;
-
 __PACKAGE__->meta->make_immutable;
 
 1;