Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moose
From: Stoned Elipot
Date: 2008-11-08 15:03:48
Message id: 20081108140348.5F0CA175D0@cvs.netbsd.org
Log Message:
Update from version 0.60 to version 0.61.
Changes:
0.61 Fri November 7, 2008
* Moose::Meta::Attribute
- When passing a role to handles, it will be loaded if necessary
(perigrin)
* Moose::Meta::Class
- Method objects returned by get_method (and other methods)
Could end up being returned without an associated_metaclass
attribute. Removing get_method_map, which is provided by
Class::MOP::Class, fixed this. The Moose version did nothing
different from its parent except introduce a bug. (Dave Rolsky)
- added tests for this (jdv79)
* Various
- Added a $VERSION to all .pm files which didn't have one. Fixes
RT #40049, reported by Adam Kennedy. (Dave Rolsky)
* Moose::Cookbook::Basics::Recipe4
* Moose::Cookbook::Basics::Recipe6
- These files had spaces on the first line of the SYNOPSIS, as
opposed to a totally empty line. According to RT #40432, this
confuses POD parsers. (Dave Rolsky)
Files: