Avoid bug with immutable / around new in Moose by using BUILD method instead. Test...
authorTomas Doran <bobtfish@bobtfish.net>
Tue, 29 Jul 2008 09:03:51 +0000 (09:03 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Tue, 29 Jul 2008 09:03:51 +0000 (09:03 +0000)
commit144866f7751f8516d55c33c6de407b9086d8c3df
tree7bc8ad4d6aa0b4628a72695547ee77bc7ae2c90b
parentd21c4ca23c93d4a824f5d4cff1315640a023acd1
Avoid bug with immutable / around new in Moose by using BUILD method instead. Test constructing objects in various ways / in various lineages to demonstrate the issue.
Changes
lib/MooseX/Emulate/Class/Accessor/Fast.pm
t/construction.t [new file with mode: 0644]