ljr/wcmtools/memcached/api/perl/Makefile.PL

14 lines
460 B
Makefile
Raw Permalink Normal View History

2019-02-05 21:49:12 +00:00
use ExtUtils::MakeMaker;
WriteMakefile( 'NAME' => 'Cache::Memcached',
'VERSION_FROM' => 'Memcached.pm',
'PREREQ_PM' => {
'Storable' => 0,
'Time::HiRes' => 0,
'String::CRC32' => 0,
},
($] >= 5.005 ?
(ABSTRACT_FROM => 'Memcached.pm',
AUTHOR => 'Brad Fitzpatrick <brad@danga.com>') : ()),
);