summaryrefslogtreecommitdiff
path: root/ext/Devel/DProf/Makefile.PL
blob: a1d7b0774d15711a94fcabb788475df04a7f7e9b (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
	'NAME'		=> 'Devel::DProf',
	'VERSION'	=> 'Apr5,1995',
	'clean'		=> {'FILES' => "tmon.out"},
	'EXE_FILES'	=> ['dprofpp'],

);