summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-29 18:08:42 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-29 18:09:54 -0500
commit05e834f8a1ad6d9a31b9dcfc415546d650bc405c (patch)
treec9f6b13049a7ff216973813bfe3237141657df1e /Changes
parentffa87f12e2999ab231c79bd1c87276cd22cf3385 (diff)
downloadmoosex-nonmoose-05e834f8a1ad6d9a31b9dcfc415546d650bc405c.tar.gz
moosex-nonmoose-05e834f8a1ad6d9a31b9dcfc415546d650bc405c.zip
changelog
Diffstat (limited to 'Changes')
-rw-r--r--Changes8
1 files changed, 8 insertions, 0 deletions
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