File: Makefile.PL

package info (click to toggle)
libcache-memcached-perl 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 124 kB
  • ctags: 61
  • sloc: perl: 777; makefile: 42
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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>') : ()),
               );