# $Id: Makefile.PL,v 1.3 2000/08/19 00:53:45 lackas Exp $ # use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Digest::Perl::MD5', 'VERSION_FROM' => './lib/Digest/Perl/MD5.pm', # finds $VERSION 'AUTHOR' => 'Christian Lackas ', 'ABSTRACT' => 'Perl Implementation of Rivest\'s MD5 algorithm', 'PREREQ_PM' => { 'Exporter' => 0 }, 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', } );