/usr/local/CPAN/Math-Roman/Makefile.PL


use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'Math-Roman',
    'VERSION_FROM'	=> 'lib/Math/Roman.pm', # finds $VERSION
    'PREREQ_PM'		=> { 
			Math::BigInt => 1.70,
			Math::BigFloat => 1.44
			   },
    'LIBS'		=> [''], # e.g., '-lm'
    'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
    'INC'		=> '', # e.g., '-I/usr/include/other'
);