Skip Menu |

This queue is for tickets about the WordPress CPAN distribution.

Report information
The Basics
Id: 29170
Status: new
Priority: 0/
Queue: WordPress

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: V0.1.1
Fixed in: (no value)



Subject: better Makefile.PL, it requires XMLRPC::Lite
use 5.006; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'WordPress', VERSION_FROM => 'lib/WordPress.pm', # finds $VERSION PREREQ_PM => { 'XMLRPC::Lite' => 0 }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/WordPress.pm', # retrieve abstract from module AUTHOR => 'Sebastian Enger <root@suse.de>') : ()), ($ExtUtils::MakeMaker::VERSION gt '6.30'? ('LICENSE' => 'perl', ) : ()), ); Use `nmake dist` to create distribution. -- Alexandr Ciornii, http://chorny.net