no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index c47d1b8..fecc7bc 100644 (file)
@@ -5,9 +5,7 @@ use namespace::autoclean;
 use Scalar::Util qw(openhandle);
 
 extends 'Catalyst::Action';
-use JSON;
-
-# VERSION
+use JSON::MaybeXS qw(JSON);
 
 sub execute {
     my $self = shift;