view Makefile.PL @ 2:f5cfb726ea65 default tip

Append/prepend commands. NOTE: gzipping content may produce unpredictable results.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 30 Sep 2007 18:01:41 +0400
parents 17fc6afc155e
children
line wrap: on
line source

use ExtUtils::MakeMaker;
WriteMakefile( 'NAME' => 'Cache::Memcached',
               'VERSION_FROM' => 'lib/Cache/Memcached.pm',
               'PREREQ_PM'              => {
                   'Storable' => 0,
                   'Time::HiRes' => 0,
                   'String::CRC32' => 0,
               },
               ($] >= 5.005 ?
                (ABSTRACT_FROM => 'lib/Cache/Memcached.pm',
                 AUTHOR     => 'Brad Fitzpatrick <brad@danga.com>') : ()),
               );