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