#!/usr/bin/perl # # Perl Makefile for Danga-Socket # $Id: Makefile.PL 944 2007-05-03 19:01:02Z bradfitz $ # # Invoke with 'perl Makefile.PL' # # See ExtUtils::MakeMaker (3) for more information on how to influence # the contents of the Makefile that is written # use ExtUtils::MakeMaker; WriteMakefile( NAME => 'MogileFS::Client', VERSION_FROM => 'lib/MogileFS/Client.pm', AUTHOR => 'Brad Fitzpatrick ', ABSTRACT => 'MogileFS client library', PREREQ_PM => { 'IO::WrapTie' => '2.102', 'LWP::Simple' => 0, fields => 0, 'Test::More' => 0, }, );