From: Dave Rolsky Date: Mon, 24 Oct 2011 20:19:35 +0000 (-0500) Subject: Remove docs on no-longer-existent make_immutable method in Moose::Meta::Class X-Git-Tag: 2.0302~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f3fa1ef8556594082b1e0f8d35be9f342efe259;hp=9b60687dd55f9b0fd4936a1b820e5735b4b9d79d;p=gitmo%2FMoose.git Remove docs on no-longer-existent make_immutable method in Moose::Meta::Class --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 97901da..5649794 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -910,15 +910,6 @@ required version. The C option also takes the C<-version> as an argument, but the option hash reference can also contain any other role relevant values like exclusions or parameterized role arguments. -=item B<< $metaclass->make_immutable(%options) >> - -This overrides the parent's method to add a few options. Specifically, -it uses the Moose-specific constructor and destructor classes, and -enables inlining the destructor. - -Since Moose always inlines attributes, it sets the C option -to false. - =item B<< $metaclass->new_object(%params) >> This overrides the parent's method in order to add support for