Makefile.PL: declare explicit Time::HiRes dependency
[perl-MogileFS-Client.git] / Makefile.PL
blob204b4aac7a3a67e37301faaa7dcc10075db1c049
1 #!/usr/bin/perl
3 # Perl Makefile for Danga-Socket
4 # $Id$
6 # Invoke with 'perl Makefile.PL'
8 # See ExtUtils::MakeMaker (3) for more information on how to influence
9 # the contents of the Makefile that is written
12 use ExtUtils::MakeMaker;
14 WriteMakefile(
15 NAME => 'MogileFS::Client',
16 VERSION_FROM => 'lib/MogileFS/Client.pm',
17 AUTHOR => 'Brad Fitzpatrick <brad@danga.com>',
18 ABSTRACT => 'MogileFS client library',
19 PREREQ_PM => {
20 'Time::HiRes' => 0,
21 'IO::WrapTie' => '2.102',
22 'LWP::Simple' => 0,
23 fields => 0,
24 'Test::More' => 0,
25 'List::Util' => 0,