weak ref support
[p5sagit/Data-Dumper-ToXS.git] / Makefile.PL
index ab37b57..aefe6ec 100644 (file)
@@ -4,3 +4,7 @@ WriteMakefile(
   NAME => 'Data::Dumper::ToXS::Test',
   VERSION => 1,
 );
+
+sub MY::postamble {
+  'Test.xs :: t/fixtures.pl'
+}