use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. # $Id: Makefile.PL,v 1.2 2004/02/17 11:20:45 lem Exp $ print < 'Crypt::PasswdMD5', 'VERSION_FROM' => 'PasswdMD5.pm', 'LIBS' => [''], 'INC' => '', ($] >= 5.005 ? (ABSTRACT_FROM => 'PasswdMD5.pm', AUTHOR => 'Luis E. Muņoz ') : ()), );