projects
/
scpubgit/App-SCS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e2e7175
)
switch to JSON::MaybeXS
Matt S Trout [Sat, 20 Jul 2013 17:43:59 +0000 (17:43 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/App/SCS/PageSet.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f719b51
..
1c366b0
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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,
}
);
diff --git
a/lib/App/SCS/PageSet.pm
b/lib/App/SCS/PageSet.pm
index
2b4ccf0
..
26fbe6a
100644
(file)
--- a/
lib/App/SCS/PageSet.pm
+++ b/
lib/App/SCS/PageSet.pm
@@
-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';