File: Changes

package info (click to toggle)
libcgi-application-plugin-json-perl 1.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 153; makefile: 2
file content (25 lines) | stat: -r--r--r-- 789 bytes parent folder | download | duplicates (4)
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
Revision history for CGI::Application::Plugin::JSON

1.02 Apr 08, 2009
    - Change the content-type to be application/json instead of text/x-json
        [frioux@gmail.com and M. Peters]

1.01 Jan 03, 2007
    - Functionally the same as 1.00, but made some changes to Build.PL
      so that it installs even if there are no JSON modules but JSON::Any
      is installed

1.00 Dec 31, 2007
    - using JSON::Any instead of just JSON so I don't have to worry about
        API changes and you can use faster JSON implementations (JSON::Syck, JSON::XS)
        if you have them installed

0.03    Sept 17, 2007
    - added json_callback() method

0.02    Sept 23, 2006
    - Tidied up docs and released to CPAN

0.01    Sept 14, 2006
    - First version, released on an unsuspecting world.