Remove the long-deprecated intliaze_body method
Dave Rolsky [Sat, 21 Mar 2009 15:02:57 +0000 (10:02 -0500)]
lib/Moose/Meta/Method/Constructor.pm

index beeb1a9..77bc32b 100644 (file)
@@ -115,10 +115,6 @@ sub attributes    { (shift)->{'attributes'}    }
 
 ## method
 
-# this was changed in 0.41, but broke MooseX::Singleton, so try to catch
-# any other code using the original broken spelling
-sub intialize_body { $_[0]->throw_error("Please correct the spelling of 'intialize_body' to 'initialize_body'") }
-
 sub _generate_params {
   my ($self, $var, $class_var) = @_;
   "my $var = " . $self->_generate_BUILDARGS($class_var, '@_') . ";\n";