diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-05-11 13:21:48 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-05-11 13:21:48 (GMT) |
commit | d3a58ca8d580d55e6ea1e6b7bab155b8855337d5 (patch) | |
tree | 240bb3c36c38614c159b20dd3796afc538d5bd04 /Makefile.PL | |
parent | 47d2fa25c11d5b99d8f2f5dde01b78b151374799 (diff) |
moved to JSON::MaybeXS
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index b5f7244..99be55e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ WriteMakefile( "DateTime::TimeZone" => 0, "DateTime::Format::Strptime" => 0, "Date::Calc" => 0, - "JSON::Any" => 0, + "JSON::MaybeXS" => 0, "URI" => 0, "URI::Fetch" => 0, "LWP" => 0 |