This is my patch patch.1n for perl5.001.
[p5sagit/p5-mst-13.2.git] / ext / Devel / DProf / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3         'NAME'          => 'Devel::DProf',
4         'VERSION'       => 'Apr5,1995',
5         'clean'         => {'FILES' => "tmon.out"},
6         'EXE_FILES'     => ['dprofpp'],
7
8 );