handle responses with an encoding= (though not actually the encoding)
[Net-Plesk.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'         => 'Net::Plesk',
6     'VERSION_FROM' => 'lib/Net/Plesk.pm', # finds $VERSION
7     'PREREQ_PM'    => { 'XML::Simple'            => 0,
8                         'XML::XPath'             => 0,
9                         'XML::XPath::XMLParser'  => 0,
10                         'LWP'                    => 0,
11                       },
12 );