diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-18 13:42:13 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-18 13:42:13 +0200 |
| commit | 20d3aa4bb980b7a9664dbe6ecc1d2fe210159385 (patch) | |
| tree | 2a0f6f025109a1b633cd730c75d6062a0bdd0077 | |
| parent | wip (diff) | |
| download | stargit-20d3aa4bb980b7a9664dbe6ecc1d2fe210159385.tar.gz | |
add json::xs
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index a425845..c8acbb2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,7 @@ WriteMakefile( 'MooseX::App::Cmd' => 0.06, 'Try::Tiny' => 0.09, 'JSON' => 2.53, + 'JSON::XS' => 0, 'DateTime' => 0.70, 'MooseX::ConfigFromFile' => 0.03, 'Log::Dispatchouli' => 2.005, |
