/usr/local/CPAN/Lingua-EN-Nickname/Makefile.PL
use ExtUtils::MakeMaker;
sub MY::postamble { <<'.'; }
dist_both : dist ppmdist
ppmdist : ppd pure_all
$(TAR) $(TARFLAGS) $(DISTNAME).ppm.tar blib
$(RM_RF) blib
$(RM_RF) pm_to_blib
$(COMPRESS) $(DISTNAME).ppm.tar
.
WriteMakefile(
NAME => 'Lingua::EN::Nickname',
AUTHOR => 'Brian Lalonde (brian@webcoder.info)',
VERSION_FROM => 'Nickname.pm',
ABSTRACT_FROM => 'Nickname.pm',
BINARY_LOCATION => 'Lingua-EN-Nickname.ppm.tar.gz',
dist =>
{
TAR => 'C:\\progra~1\\util\\tar.exe',
TARFLAGS => 'cvf',
COMPRESS => 'C:\\progra~1\\util\\gzip.exe --best',
SUFFIX => '.gz',
},
);