Date: | Thu, 1 Sep 2005 11:37:27 +0200 (CEST) |
From: | Scott Lanning <lannings [...] who.int> |
To: | bug-test-file-contents [...] rt.cpan.org |
Subject: | cpan build error |
When I installed this module, cpan barfed on Module::Build stuff.
Too early to specify a build action 'Build'. Do 'Build Build' instead.
I think this is relevant (from `perldoc Module::Build`):
MIGRATION
Note that if you want to provide both a Makefile.PL and a Build.PL for
your distribution, you probably want to add the following to
"WriteMakefile" in your Makefile.PL so that MakeMaker doesn't try
to run your Build.PL as a normal .PL file:
PL_FILES => {},
You may also be interested in looking at the "Module::Build::Compat"
module, which can automatically create various kinds of Makefile.PL
compatibility layers.