# $Id: Makefile.PL,v 1.0.1.1 2001/01/03 09:38:39 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # # You may redistribute only under the same terms as Perl 5, as specified # in the README file that comes with the distribution. # use ExtUtils::MakeMaker; use Config; WriteMakefile( NAME => 'Storable', DISTNAME => "Storable", MAN3PODS => {}, PREREQ_PM => { 'Test::More' => '0.41' }, INSTALLDIRS => 'perl', VERSION_FROM => 'Storable.pm', dist => { SUFFIX => 'gz', COMPRESS => 'gzip -f' }, );