Re: [Module::Build] Help: Module::Build V 0.21 under WinXP
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-11-06 05:38:43
|
On 11/5/2003 11:50 PM, Michael G Schwern wrote: > On Thu, Nov 06, 2003 at 02:53:53PM +1100, Ron Savage wrote: > >>I'm trying to replace my module Module::MakeDist with Module::Build, >>and have a problem with 'Build dist'. >> >>Build.PL: >>-----><8----- >>use Module::Build; >> >>Module::Build -> new >>( >> code_base => './x86/CGI-Explorer-2.02.tar.gz', > > > What's code_base? > > That should be 'codebase', and that should be given on the command line for the ppd target. perl Build ppd codebase="./x86/CGI-Explorer-2.02.tar.gz" For the errors, try updating your version of Archive::Tar from: <http://p4.elixus.org/snap/Archive-Tar.tar.gz> until 1.08 is released. Randy. |