The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use ExtUtils::MakeMaker;
WriteMakefile(
   NAME => 'WordPress::XMLRPC',
   VERSION_FROM => 'lib/WordPress/XMLRPC.pm',
   PREREQ_PM => {
      'YAML' => 0,
      'SOAP::Lite' => 0,
      'XMLRPC::Lite' => 0,
      'Smart::Comments' => 0,
      'LEOCHARRE::Debug' => 0,
      'LEOCHARRE::CLI2' => 0,
   },
   LICENSE => 'perl',
   AUTHOR => 'Leo Charre leocharre at cpan dot org',
   ABSTRACT_FROM => 'lib/WordPress/XMLRPC.pod',

);