1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      JSON::PP
=================
JSON::PP had been included in JSON distribution (CPAN module).
It was a perl core module in Perl 5.14.
=================
INSTALLATION
To install this module type the following:
   perl Makefile.PL
   make
   make test
   make install
AUTHOR
    Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
COPYRIGHT AND LICENSE
    Copyright 2005-2016 by Makamaka Hannyaharamitu
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.
 
     |