summaryrefslogtreecommitdiff
path: root/t/mro
diff options
context:
space:
mode:
Diffstat (limited to 't/mro')
-rw-r--r--t/mro/pkg_gen.t2
1 files changed, 2 insertions, 0 deletions
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//;