File: Changes

package info (click to toggle)
libcgi-expand-perl 2.05-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 457; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,064 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
26
27
28
29
30
31
32
33
34
Revision history for Perl extension CGI::Expand.

1.01 Thu Jan  8 15:22:08 2004
    - Renamed and published to CPAN

1.02 Thu Jan  8 23:00:56 EST 2004
    - Fixed bad README

1.03 Mon Jan 12 14:38:47 EST 2004
    - Ignore /.[xy]$/ cgi parameters for image submits
    - Add collapse_hash

1.06 Wed Dec 21 23:14:01 CET 2005
    - Reworked the internals to be OO-ish for customization while keeping
      the procedural interface.
    - Deprecated the package variables $Max_reray && $Separator
      and added warnings if they are used.
    - The missing versions were unreleased

2.01 Wed Jan 18 12:53:27 CET 2006
    - Avoid expanding tabs in Makefile.PL (RT#17125)
    - Bump major version as 1.06 was quite different to 1.03

2.02 Mon Apr 10 15:02:26 CEST 2006
    - Only write Makefile postamble on linux (caused trouble under Windows)

2.03 Fri Mar 25 13:35:30 EST 2011
    - Documentation fix #56170 and tweaks (RJBS)

2.04 Mon Sep 23 10:22:11 EST 2013
    - Add COPYRIGHT and LICENSE clarification

2.05 Wed Apr 23 22:28:28 PDT 2014
    - Correct doc typos