X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=urisagit%2FPerl-Docs.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0000000000000000000000000000000000000000;hp=364dc45eb40b14dcf55c8795a172c4005626bae7;hb=47f1263f57592cfd836dee694c227575bc9cde46;hpb=cf83821d2b095a464d353ea98e41bfa8b262caef diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 364dc45..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,22 +0,0 @@ -use strict ; -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. -WriteMakefile( - 'NAME' => 'File::Slurp', - 'LICENSE' => 'perl', - 'AUTHOR' => 'Uri Guttman ', - 'VERSION_FROM' => 'lib/File/Slurp.pm', - 'ABSTRACT_FROM' => 'lib/File/Slurp.pm', - 'META_MERGE' => { - requires => { - perl => 5.004, - }, - }, - 'PREREQ_PM' => { - 'Carp' => 0, - 'Exporter' => 0, - 'Fcntl' => 0, - 'POSIX' => 0, - }, -);