/usr/local/CPAN/Text-Document/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'		=> 'Text::Document',
    'VERSION'		=> '1.07',
    'PREREQ_PM'		=> {
    	Bit::Vector => 6.0,
	FileHandle => 2.00,
    }, 
    'LIBS'		=> [''], # e.g., '-lm'
    'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
    'INC'		=> '', # e.g., '-I/usr/include/other'
);