<div>Hi All,</div><div><br></div><div>I just upgraded from perl 5.10 to v5.12.2 (Fedora 13-&gt;14) and am getting the following errors in several classes. I&#39;m hoping someone can give me some high level pointers before I go under the covers to examine the private parts.</div>

<div><br></div><div><div>&gt; Undefined subroutine &amp;Class::MOP::Mixin::HasMethods::wrap called at /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm line 165.</div></div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>

&gt; Undefined subroutine &amp;Class::MOP::Mixin::HasMethods::body called at /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm line 165.</div></div><div><br></div><div>which occurs in:</div><div>--------------</div><div>

<div>sub remove_method {</div><div>    my ( $self, $method_name ) = @_;</div><div>    ( defined $method_name &amp;&amp; length $method_name )</div><div>        || confess &quot;You must define a method name&quot;;</div><div>

<br></div><div>****-&gt;    my $removed_method = delete $self-&gt;_full_method_map-&gt;{$method_name};</div><div><br></div><div>    $self-&gt;remove_package_symbol(</div><div>        { sigil =&gt; &#39;&amp;&#39;, type =&gt; &#39;CODE&#39;, name =&gt; $method_name } );</div>

</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>--------------</div><div></div></div><div><br></div><div>I&#39;m not getting a stack trace, which I feel must somehow be my fault, but I normally do get a stack trace. Eclipse tells me the parent class where the error occurs, but it can only give me the message that Perl produces above.</div>

<div><br></div><div>My Moose et al. versions went from:</div><div><br></div><div>Moose  0.99 -&gt; 1.17</div><div>Moose::Meta::Role 0.99 -&gt; 1.17</div><div>Class::MOP 0.98 -&gt; 1.10</div><div>Class::MOP::Mixin::HasMethods 0.98 -&gt; 1.10</div>

<div><br></div><div>In one case, I found by removing a method in a role that was overriden by it&#39;s consuming class cleared the ::body method error, but I haven&#39;t found common traits with other classes having the same error.<meta http-equiv="content-type" content="text/html; charset=utf-8"></div>

<div><br></div><br clear="all">Regards,<br>Sean<br><br><br>