/usr/local/CPAN/Net-SMTP-Receive/Makefile.PL



use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile being created.
WriteMakefile(
	'NAME' => 'Net::SMTP::Receive',
	'DISTNAME' => 'Net-SMTP-Receive',
	'VERSION_FROM' => 'Receive.pm',
	'PREREQ_PM' => {
		'File::Slurp' => 96.042202,
		'File::Flock' => 101.05_18_01,
		'Time::CTime' => 99.06_22_01,
		'Net::Ident' => 1.20,
		'Storable' => 0.611,
		'File::Sync' => 0.09,
	},
	($] >= 5.005 ?
	    ('ABSTRACT' => 'Read rdist distfiles, emulate using rsync',
	     'AUTHOR'	=> 'David Muir Sharnoff <muir@idiom.com>') : ()),
	'dist'   => {COMPRESS=>'gzip', SUFFIX=>'gz'}
);


package MY;

sub postamble {
    <<"END_OF_POSTAMBLE";

pm_to_blib: README

README: Receive.pod
\tpod2text Receive.pod >README

END_OF_POSTAMBLE
}