pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Moose



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Apr  3 06:47:26 UTC 2013

Modified Files:
        pkgsrc/devel/p5-Moose: Makefile distinfo

Log Message:
Update to 2.0801

Upstream changes:
2.0801 Thu, Mar 28, 2013

  [BUG FIXES]

  * properly apply traits at compile time (error introduced in 2.0800,
    RT#77974). (doy)

2.0800 Wed, Mar 27, 2013

  [ENHANCEMENTS]

  * The super() subroutine now carps if you pass it arguments. These arguments
    are always ignored, but we used to ignore them silently. RT #77383.

  * Roles can now override methods from other roles they consume directly,
    without needing to manually exclude them (just like classes can). (mst)

  [BUG FIXES]

  * Fix false positive when checking for circular references for modules that
    use the "also" parameter with Moose::Exporter. Reported by Jon
    Swartz. Fixed by Matthew Wickline. RT #63818.

  * Fix memory leak in type unions. (Karen Etheridge) RT#83929.

  * Fix application of traits at compile time. (doy) RT#77974.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/p5-Moose/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/p5-Moose/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