File: Changes

package info (click to toggle)
libtest-fatal-perl 0.010-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: perl: 78; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download
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
Revision history for Test-Fatal

0.010     2012-02-16 10:27:54 America/New_York
          avoid tickling an overloading bug in perl 5.6 during testing (thanks,
          Zefram)

0.009     2012-02-09 15:26:11 America/New_York
          advise against using isnt(exception{...},undef)

0.008     2011-11-06 21:10:14 America/New_York
          no changes since 0.007

0.007     2011-10-31 23:22:47 America/New_York
          revert the mistake by which 0.004 allowed blocks after "exception" as
          well as "success"

0.006     2011-06-01 22:55:10 America/New_York
          crank back the Test::More and Exporter requirements

          add lives_ok and dies_ok emulation (thanks, Paul "LeoNerd" Evans)

0.005     2011-04-26 07:50:48 America/New_York
          fix the logic that picks tests for 5.13.1+ (thanks, Zefram)

0.004     2011-04-25 11:57:59 America/New_York
          success blocks now allow trailing blocks like finally, catch, etc.
            (thanks, Joel Bernstein)

0.003     2010-10-28 22:10:59 America/New_York
          more tests for false exceptions, especially on 5.13

0.002     2010-10-28 00:11:09 America/New_York
          add tests for handling of false exceptions
          fix precedence error in documentation (thanks, ether)

0.001     2010-10-24 00:23:24 America/New_York
          first release