#*********************************************************************
#*** Makefile.PL
#*** Copyright (c) 2003 by Markus Winand <mws@fatalmind.com>
#*** $Id: Makefile.PL,v 1.3 2003/05/07 20:38:05 mws Exp $
#*********************************************************************
use ExtUtils::MakeMaker qw(prompt WriteMakefile);
use Data::Dumper;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
my %opts;
$opts{NAME} = 'ResourcePool::Resource::SOAP::Lite',
$opts{VERSION} = '1.0101';
$opts{PREREQ_PM} = {'ResourcePool' => '1.0100'
,'SOAP::Lite'};
if ($ExtUtils::MakeMaker::VERSION >= 5.43) {
$opts{ABSTRACT} = 'SOAP::Lite bindings for ResourcePool';
$opts{AUTHOR} = 'Markus Winand <mws@fatalmind.com>';
}
WriteMakefile(%opts);
syntax highlighted by Code2HTML, v. 0.9.1