switch to JSON::MaybeXS
Matt S Trout [Sat, 20 Jul 2013 17:43:59 +0000 (17:43 +0000)]
Makefile.PL
lib/App/SCS/PageSet.pm

index f719b51..1c366b0 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
     'Safe::Isa' => 0,
     'Syntax::Keyword::Gather' => 0,
     'Try::Tiny' => 0,
-    JSON => 0,
+    'Plack::Middleware::SSI' => '0.12',
+    'JSON::MaybeXS' => 0,
   }
 );
index 2b4ccf0..26fbe6a 100644 (file)
@@ -9,7 +9,7 @@ use IO::All;
 use Try::Tiny;
 use List::Util qw(reduce);
 use Module::Runtime qw(use_module);
-use JSON;
+use JSON::MaybeXS;
 use Moo;
 
 with 'App::SCS::Role::PageChildren';