Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moose
From: Wen Heping
Date: 2013-04-03 08:47:26
Message id: 20130403064727.24636175DD@cvs.netbsd.org
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.
Files: