On Wed, Dec 31, 2008 at 10:26:07AM -0500, Jerry D. Hedden wrote: > Nicholas Clark wrote: > > In perl.git, the branch blead has been updated > > > > <http://perl5.git.perl.org/perl.git/commitdiff/1e9bd1186a044d6e3506ed14fbe055b8f75f7641?hp=4e7245b5373225aafe95c40cba1590f590d1c782> > > > > - Log ----------------------------------------------------------------- > > commit 1e9bd1186a044d6e3506ed14fbe055b8f75f7641 > > Author: Nicholas Clark <nick@ccl4.org> > > Date: Sat Dec 27 20:54:01 2008 +0000 > > > > Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for > > mro::method_changed_in(), which is used by constant. > > > > M MANIFEST > > M ext/mro/mro.xs > > D ext/mro/t/pluggable.t > > M lib/overload.pm > > M mro.c > > M t/mro/pkg_gen.t > > Shouldn't t/mro be moved under ext/mro as well? Maybe about half of it - the half that deals with C3. I wasn't sure. Nicholas Clark