X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FMooseX.pod;h=8327e134b392533dceedc321cc9da52099746a70;hb=2de18801c55ae2cfac72d6697e797f3875286d83;hp=1991a2189bc4d0c1ff0fc7b82ad1080524943a50;hpb=e24c59ad9fe293075bc8c4d017f6ac2cb94f4c37;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/MooseX.pod b/lib/Moose/Manual/MooseX.pod index 1991a21..8327e13 100644 --- a/lib/Moose/Manual/MooseX.pod +++ b/lib/Moose/Manual/MooseX.pod @@ -272,6 +272,14 @@ Automatically names all accessors I-style, Automatically names all accessors with an explicit set and implicit get, "size" and "set_size". +=head2 L + +MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, +taking care of the annoying details connected with doing this, such as +setting up proper inheritance from Moose::Object and installing +(and inlining, at make_immutable time) a constructor that makes sure things +like BUILD methods are called. + =head1 AUTHOR Dave Rolsky Eautarch@urth.orgE