File: Changes

package info (click to toggle)
libparams-validate-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 76 kB
  • ctags: 71
  • sloc: perl: 726; makefile: 48
file content (19 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.03 

- make sure all error messages contain the name of the subroutine that
was called.

- the error message given when an argument doesn't match the 'isa'
spec has been improved.

- use Carp::confess by default when dying with an error.  This
produces a more useful error message.

0.02  Tue Mar 06 18:30 2001

- fix a bug in the test suite that caused failures in 5.6.0.

0.01  Sun Feb 11 16:10 2001

- Original release