X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FDelta.pod;h=a804cd22af58de5473a399aad81079ebf59c8dca;hb=48ac876af2c1991bd6cdba0d54b775a121e01725;hp=4e76809f512da91866ffe8ae70d7320427a358cc;hpb=2c53695838af8388e274eed473fce70119da37c5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 4e76809..a804cd2 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -23,6 +23,16 @@ send us a patch. =over 4 +=item C<< ->init_meta >> is even less reliable at loading extensions + +Previously, calling C<< MooseX::Foo->init_meta(@_) >> (and nothing else) from +within your own C had a decent chance of doing something useful. +This was never supported behavior, and didn't always work anyway. Due to some +implementation adjustments, this now has a smaller chance of doing something +useful, which could break code that was expecting it to continue doing useful +things. Code that does this should instead just call +C<< MooseX::Foo->import({ into => $into }) >>. + =item All the Cookbook recipes have been renamed We've given them all descriptive names, rather than numbers. This makes it