evalEmpire / perl5i

A single module to fix as much of Perl 5 as possible in one go
http://search.cpan.org/perldoc?perl5i
Other
156 stars 42 forks source link

resolve #288 - replace JSON with JSON::MaybeXS #290

Closed leejo closed 8 years ago

leejo commented 9 years ago

JSON::MaybeXS will choose more compatible JSON modules if they are installed, so gives us a (likely) better JSON implementation. the tests here already seem comprehensive so there is little to do but s/JSON/JSON::MaybeXS/

schwern commented 8 years ago

Thanks!