File: Changes

package info (click to toggle)
libhttp-cookiejar-perl 0.008-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: perl: 430; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,289 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Revision history for HTTP-CookieJar

0.008     2015-11-06 22:48:19-05:00 America/New_York

    [PREREQS]

    - Dropped minimum Perl requirement to 5.8.1

0.007     2015-08-21 13:57:31-04:00 America/New_York

    [PREREQS]

    - Dropped Time::Mock dependency to allow building on Windows

    [META]

    - Modernized repo layout for newest DAGOLDEN Dist::Zilla bundle

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