[Moose-commits] r7346 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Mon Jan 19 17:37:25 GMT 2009
Author: autarch
Date: 2009-01-19 09:37:25 -0800 (Mon, 19 Jan 2009)
New Revision: 7346
Modified:
Moose/trunk/Changes
Log:
Add change for bug fix.
Add space
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-01-19 17:36:01 UTC (rev 7345)
+++ Moose/trunk/Changes 2009-01-19 17:37:25 UTC (rev 7346)
@@ -6,18 +6,27 @@
superclass's method (not overridden) _also_ called super(),
Moose went into an endless recursion loop. Test provided by
Chris Prather. (Dave Rolsky)
+
* Moose::Meta::TypeConstraint
- Add some explanation for a few explanationless methods (gphat)
+ * t/100_bugs/011_DEMOLISH_eats_exceptions.t
+ - Fixed some bogus failures that occurred because we tried to
+ validate filesystem paths in a very ad-hoc and
+ not-quite-correct way. (Dave Rolsky)
+
0.64 Wed, December 31, 2008
* Moose::Meta::Method::Accessor
- Always inline predicate and clearer methods (Sartak)
+
* Moose::Meta::Attribute
- Support for parameterized traits (Sartak)
- verify_against_type_constraint method to avoid duplication
and enhance extensibility (Sartak)
+
* Moose::Meta::Class
- Tests (but no support yet) for parameterized traits (Sartak)
+
* Moose
- Require Class::MOP 0.75+, which has the side effect of making
sure we work on Win32. (Dave Rolsky)
More information about the Moose-commits
mailing list