File: Changes

package info (click to toggle)
libreturn-value-perl 1.666001-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 112 kB
  • ctags: 9
  • sloc: perl: 86; makefile: 15
file content (40 lines) | stat: -rw-r--r-- 1,130 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
38
39
40
1.666001  2009-06-08
1.666000  2009-06-08
          formally declare Return::Value deprecated

1.303     2007-04-01
          fix test to work on 5.5

1.302     2006-11-14
          perl-critic tests
          croak, not die, on invalid constructor input

1.301     2006-07-28
          fix typoes in changelog and docs
          improve test coverage

1.30      2005-09-18 23:30
          minor POD cleanup
          added pod coverage test (kwalitee suckup)

1.28      2004-12-20 16:00
          changed bool return to just call ->bool
          (returning undef crashes 5.6.1, argh! thanks, HDP!)

1.26      2004-12-20 16:00
          fixed: properties couldn't be undefined after defining
          "use warnings" removed from tests to keep 5.005 happy

1.24      2004-09-23 09:00
          allow omission of message
          ...even with other attributes
          100% coverage

1.22      2004-08-30 19:25
          array and hash dereference will get the return data
          full test coverage
          'type' attribute is key to success/failure
          POD improved

1.1       2004-07-15
          Initial Revision.