/usr/local/CPAN/Lingua-JA-Mail/Makefile.PL


use 5.008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		   => 'Lingua::JA::Mail',
    'VERSION_FROM' => 'Mail.pm', # finds $VERSION
	'PREREQ_PM'    => {
		'Encode'       => '2.10',
		'MIME::Base64' => '3.05',
	},
	($] >= 5.005 ? (
		'ABSTRACT' => "compose mail with Japanese charset",
		'AUTHOR'   => 'Masanori HATA <lovewing@dream.big.or.jp>',
	) : ()),
);