Switch from JSON to JSON::MaybeXS to get a better choice of JSON parsers.
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index ebac390..aab0af6 100644 (file)
@@ -5,10 +5,9 @@ use namespace::autoclean;
 use Scalar::Util qw(openhandle);
 
 extends 'Catalyst::Action';
-use JSON;
+use JSON::MaybeXS qw(JSON);
 
-our $VERSION = '1.03';
-$VERSION = eval $VERSION;
+# VERSION
 
 sub execute {
     my $self = shift;