pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Class-Tiny
Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 28 13:33:08 UTC 2014
Modified Files:
        pkgsrc/devel/p5-Class-Tiny: Makefile distinfo
Log Message:
Update to 1.000
Upstream changes:
1.000     2014-07-16 09:55:29-04:00 America/New_York
    [*** INCOMPATIBLE CHANGES ***]
    - Attributes for custom accessors *MUST* be declared for them to be
      set via the constructor.  It is no longer sufficient for a method of
      the same name to exist.
    - Unknown constructor arguments are ignored rather than fatal; they are
      not included in the object.  Special instructions for using BUILD to
      hide constructor arguments from validation are irrelevant and have
      been removed.
    - These changes make Class::Tiny-based classes easier to subclass by
      more advanced object frameworks like Moose or Moo.
0.015     2014-07-13 23:10:47-04:00 America/New_York
    [CHANGED]
    - lowered minimum perl to 5.006
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Class-Tiny/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Class-Tiny/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index