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