summaryrefslogtreecommitdiff
path: root/os2/OS2/REXX/Makefile.PL
blob: c27cb0d9056a0cec09055ef2872c273ad15425b5 (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
	      NAME => 'OS2::REXX',
	      VERSION => '0.2',
	      MAN3PODS 	=> ' ', 	# Pods will be built by installman.
	      XSPROTOARG => '-noprototypes',
);