Version 1.04
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index 46fdf08..7871908 100644 (file)
@@ -3,14 +3,11 @@ package Catalyst::Action::Deserialize::JSON;
 use Moose;
 use namespace::autoclean;
 use Scalar::Util qw(openhandle);
-BEGIN {
-    $ENV{'PERL_JSON_BACKEND'} = 2; # Always use compiled JSON::XS
-}
 
 extends 'Catalyst::Action';
 use JSON;
 
-our $VERSION = '1.00';
+our $VERSION = '1.04';
 $VERSION = eval $VERSION;
 
 sub execute {