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:\\Tools\\cygwin\\bin\\tar.exe', TARFLAGS => 'cvf', COMPRESS => 'C:\\Tools\\cygwin\\bin\\gzip.exe --best', SUFFIX => '.gz', }, );