File: Changes

package info (click to toggle)
libparams-coerce-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 433; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,403 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
41
42
43
44
45
46
47
48
49
50
51
52
53
Revision history for Perl extension Param::Coerce

0.15      2021-01-09 00:41:40Z
        - distribution tooling updates

0.14    2006-10-10
        - Moving from old CVS to new SVN repository
        - Cleaning up tests to remove the File::Spec dependency
        - Upgrading to Module::Install 0.64

0.13    2005-06-10
        - Converting a number of dies to Carp::croak (like they should be)

0.12    2005-06-10
        - Made ->from work sanely with sub-classes

0.11    2005-06-05
        - Added the ->from constructor to be imported
        - Converted to Params::Util

0.10    2005-04-23
        - Allowing param coercion methods to also work as functions

0.09    2005-04-22
        - Updating the author email to that META.yaml doesn't break

0.08    2005-04-22
        - Moved to Params::Coerce in line with other similar modules

0.07    2005-02-15
        - Removing braindead Build.PL

0.06    2004-10-11
        - Fixed a class loading bug

0.05    2004-10-06
        - Moved to a more flexible hint format

0.04    2004-10-05
        - Added support for __from methods
        - Cut load overhead down to 52k

0.03    2004-10-03
        - Cut load overhead down to 56k

0.02    2004-10-03
        - Tried to make the documentation a bit more readable

0.01    2004-10-02
        - Completed the first implementation

0.01_01 2004-10-02
        - Create the specification for the module