File: Changes

package info (click to toggle)
libfailures-perl 0.004-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 192 kB
  • sloc: perl: 298; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 645 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
Revision history for failures

0.004     2014-07-14 15:42:51-04:00 America/New_York

    [DOCUMENTATION]

    - Updated documentation for custom failure classes

0.003     2014-01-07 12:21:20 America/New_York

    [CHANGES]

    - Revised default error message slightly ("Caught $class error"
      to "Caught $class")

    - Documented attributes and stringification better

0.002     2013-09-24 12:53:37 America/New_York

    [FIXED]

    - made tests less sensitive to exact short/longmess format from Carp

    - suppressed undef warning from length($msg) on older perls

0.001     2013-09-18 18:20:05 America/New_York

    - First release