On 2014-11-03 13:59:09, ETHER wrote:
Show quoted text> with Moose 2.1400 and namespace::autoclean 0.16, MXMAM should no
> longer be needed.
I created
https://github.com/dbsrgits/dbix-class-schema-loader/pull/21, but this doesn't force the use of Moose 2.1400 -- rather, it only does so when the user explicitly added 'autoclean_only=1' to their config file, which at least DTRT if the user is aware of the issue.
I'll leave it to the discretion of the maintainers whether to start forcing a prereq of Moose 2.1400 when simply using the 'use_moose' directive -- in which case 'autoclean_only' can become a no-op, and we won't have to use MXMAS at all. IMHO 2.1400 is old enough now that it's plenty safe to bump to, but I don't know if some users might find that to be too much of an imposition. (Moose 2.1400 is still compatible with perl 5.8). Let me know and I'll provide a patch for that - it's straightforward.