blessed reference support
[p5sagit/Data-Dumper-ToXS.git] / Makefile.PL
CommitLineData
a231da50 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Data::Dumper::ToXS::Test',
5 VERSION => 1,
6);
95076525 7
8sub MY::postamble {
9 'Test.xs :: t/fixtures.pl'
10}