stop git whining about trailing whitespace (picky picky..)
[p5sagit/p5-mst-13.2.git] / t / mro / pkg_gen.t
index e1f5eb0..0d319fa 100644 (file)
@@ -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//;