summaryrefslogtreecommitdiff
path: root/ext/IO/Makefile.PL
blob: e08936ab64c0216891cdc09affe3b53beee8ad74 (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
use Config qw(%Config);

WriteMakefile(
	VERSION_FROM	=> "IO.pm",
	NAME      	=> "IO",
	OBJECT		=> '$(O_FILES)', 
);