• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-23882

lib/JSON/H23-Jan-2021-3,1901,365

t/H23-Jan-2021-2,1211,536

.travis.ymlH A D17-Jan-202142 54

ChangesH A D23-Jan-202114.7 KiB462372

MANIFESTH A D23-Jan-20211.1 KiB5655

META.jsonH A D23-Jan-20211.2 KiB5251

META.ymlH A D23-Jan-2021724 2827

Makefile.PLH A D03-May-20221.8 KiB5745

READMEH A D17-Jan-2021518 2617

README

1JSON::PP
2=================
3
4JSON::PP had been included 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-2016 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