Re: [Module::Build] Help: Module::Build V 0.21 under WinXP
Status: Beta
Brought to you by:
kwilliams
|
From: Ron S. <ro...@de...> - 2003-11-06 06:17:00
|
On Thu, 06 Nov 2003 00:38:24 -0500, Randy W. Sims wrote:
Hi Randy
> That should be 'codebase', and that should be given on the command
> line
> for the ppd target.
>
> perl Build ppd codebase=3D"./x86/CGI-Explorer-2.02.tar.gz"
OK.
The output is:
-----><8-----
<IMPLEMENTATION>
<CODEBASE HREF=3D"./x86/CGI-Explorer-2.02.tar.gz" />
</IMPLEMENTATION>
-----><8-----
whereas it should look like (this is downloaded from Randy Kobe's
site):
-----><8-----
=09<IMPLEMENTATION>
=09=09<OS NAME=3D"MSWin32" />
=09=09<ARCHITECTURE NAME=3D"MSWin32-x86-multi-thread-5.8" />
=09=09<CODEBASE
HREF=3D"http://theoryx5.uwinnipeg.ca/ppms/x86/Module-Build.tar.gz" />
=09</IMPLEMENTATION>
-----><8-----
> For the errors, try updating your version of Archive::Tar from:
>
> <http://p4.elixus.org/snap/Archive-Tar.tar.gz>
That version makes a difference:
-----><8-----
C:\perl-modules\CGI-Explorer-2.02>perl Build dist
Deleting META.yml
mkdir CGI-Explorer-2.02
mkdir CGI-Explorer-2.02/images
mkdir CGI-Explorer-2.02/examples
mkdir CGI-Explorer-2.02/css
mkdir CGI-Explorer-2.02/t
mkdir CGI-Explorer-2.02/lib
mkdir CGI-Explorer-2.02/lib/CGI
mkdir CGI-Explorer-2.02/js
Creating CGI-Explorer-2.02.tar.gz
Deleting CGI-Explorer-2.02
-----><8-----
But CGI-Explorer-2.02.tar.gz does not contain any paths :-(.
--
Ron Savage, ro...@de... on 6/11/2003. Room EF 312
Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia
Phone: +61-3-9251 7067, Fax: +61-3-9251 7604
http://www.deakin.edu.au/~rons
|