File: README

package info (click to toggle)
libjson-pp-perl 2.27200-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: perl: 1,666; sh: 9; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
JSON::PP
=================

JSON::PP was inculded in JSON distribution (CPAN module).
It comes to be a perl core module in Perl 5.14.

This distribution is for the preparation.

    [STEPS]

    * release this module as JSON::PPdev.

    * release other PP::* modules as JSON::PP::Compat*.

    * JSON distribution will inculde yet another JSON::PP modules.
      They are JSNO::backportPP. So JSON.pm should work as it did at all!

    * remove JSON::PP and JSON::PP::* modules from JSON distribution
       and release it as developer version.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    * release JSON distribution as stable version.

    * rename JSON::PPdev into JSON::PP and release on CPAN.

    * Perl 5.14.0 released. This module is a dual-life module. <<<< HERE

=================

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-2010 by Makamaka Hannyaharamitu

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.