File: Changes

package info (click to toggle)
libhttp-cookiejar-perl 0.006-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 252 kB
  • sloc: perl: 435; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (2)
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
Revision history for HTTP-CookieJar

0.006     2014-02-19 19:52:00-05:00 America/New_York

    [FIXED]

    - Fixed file encoding of test files

    [CHANGED]

    - Updated distribution repo URL and other meta files

    - Tidied test files

0.005     2013-08-03 21:41:10 America/New_York

    [FIXED]

    - Fixed test failure under hash randomization

0.004     2013-04-23 22:24:25 America/New_York

    [REMOVED]

    - Removed test dependency on HTTP::Request/Response; The LWP adapter
      test will only be run if they are already available

0.003     2013-03-07 17:49:40 America/New_York

    [FIXED]

    - Another attempt to avoid test failures on older, 32-bit Perls

0.002     2013-03-07 06:12:04 America/New_York

    [FIXED]

    - Won't warn about undefined value for length on empty cookie on old Perls

    - Requires Time::Local 1.1901 to fix Y2038 bug on old Perls

0.001     2013-02-13 16:41:24 America/New_York

    - First release