From 05e834f8a1ad6d9a31b9dcfc415546d650bc405c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 29 Apr 2011 18:08:42 -0500 Subject: changelog --- Changes | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index d6d858e..59fcf43 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Revision history for MooseX-NonMoose {{$NEXT}} + - Allow this module to work with constructors with names other than + 'new'. If you're extending a class with a constructor named something + other than 'new', you should declare this when calling extends, as in: + + extends 'Foo' => { -constructor_name => 'create' }; + + This will ensure that calling 'create' will also call Moose's + constructor. 0.20 2011-03-22 - fix warning when passing inline_constructor => 0 with no superclass new -- cgit v1.2.3-54-g00ecf