File: Changes

package info (click to toggle)
librose-uri-perl 1.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 574; makefile: 2
file content (49 lines) | stat: -rwxr-xr-x 1,476 bytes parent folder | download | duplicates (3)
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
48
49
1.02 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated more project URLs.

1.01 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated project URLs.

1.00 (03.17.2010) - John Siracusa <siracusa@gmail.com>

    * Updated tests to accommodate new default escaping rules in
      URI::Escape 3.30 (and, presumably, later versions).
    * Bumped version number to reflect API stability.

0.50 (10.21.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused empty query parameters to be omitted 
      from the query string.
    * Added the omit_empty_query_params object attribute (with class-
      wide default override) to preserve the old behavior.

0.022 (02.06.2008) - John Siracusa <siracusa@gmail.com>

    * Improved handling or "keyword"-style query string (e.g., "/bar?foo")

0.021 (10.06.2005) - John Siracusa <siracusa@gmail.com>

    * Simplified cloning.
    * Corrected POD errors.

0.02 (10.05.2005) - John Siracusa <siracusa@gmail.com>

    * Fix cloning bugs.
    * Added configurable default query param separator.
    * Added POD links.

0.012 (12.09.2004) - John Siracusa <siracusa@gmail.com>

    * Fixed rel() to do explicit string comparison instead of relying on
      overload(), which seems to fail in perl 5.6.0 in that particular
      case.

0.011 (11.14.2004) - John Siracusa <siracusa@gmail.com>

    * Added copyright info.

0.01 (11.13.2004) - John Siracusa <siracusa@gmail.com>

    * Initial release.