From 1e9bd1186a044d6e3506ed14fbe055b8f75f7641 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 27 Dec 2008 20:54:01 +0000 Subject: Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for mro::method_changed_in(), which is used by constant. --- t/mro/pkg_gen.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/mro') diff --git a/t/mro/pkg_gen.t b/t/mro/pkg_gen.t index e1f5eb0e8a..0d319fad48 100644 --- a/t/mro/pkg_gen.t +++ b/t/mro/pkg_gen.t @@ -6,6 +6,8 @@ use warnings; chdir 't' if -d 't'; require q(./test.pl); plan(tests => 7); +require mro; + { package Foo; our @ISA = qw//; -- cgit v1.2.1