[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 03:53:57
|
Hi Folks
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
(
=09code_base=09=09=3D> './x86/CGI-Explorer-2.02.tar.gz',
=09dist_abstract=09=3D> 'A CGI support module for tree management and
display',
=09dist_author=09=09=3D> 'Ron Savage <ro...@sa...>',
=09license=09=09=09=3D> 'artistic',
=09module_name=09=09=3D> 'CGI::Explorer',
) -> create_build_script();
-----><8-----
MANIFEST:
-----><8-----
Build.PL
Changes.txt
MANIFEST
META.yml
css/xtree.css
examples/bootstrap-hobbit.pl
examples/hobbit-hash.cgi
examples/hobbit.cgi
images/I.png
images/L.png
images/Lminus.png
images/Lplus.png
images/T.png
images/Tminus.png
images/Tplus.png
images/blank.png
images/current.png
images/custom.png
images/file.png
images/foldericon.png
images/new.png
images/open.png
images/openfoldericon.png
images/shut.png
js/xtree.js
lib/CGI/Explorer.pm
t/test.t
test.pl
-----><8-----
Current dir:
-----><8-----
C:\perl-modules\CGI-Explorer-2.02>dir
Volume in drive C has no label.
Volume Serial Number is 0810-E2D1
Directory of C:\perl-modules\CGI-Explorer-2.02
06/11/2003 02:46 PM <DIR> .
06/11/2003 02:46 PM <DIR> ..
06/11/2003 01:59 PM 313 Build.PL
06/11/2003 01:46 PM 4,463 Changes.txt
20/10/2003 10:45 AM <DIR> css
20/10/2003 10:45 AM <DIR> examples
20/10/2003 10:45 AM <DIR> images
20/10/2003 10:45 AM <DIR> js
06/11/2003 02:30 PM <DIR> lib
20/10/2003 11:22 AM 748 Makefile.PL
06/11/2003 02:38 PM 478 MANIFEST
06/11/2003 02:12 PM 83 MANIFEST.SKIP
06/11/2003 02:38 PM 282 META.yml
20/10/2003 10:45 AM <DIR> t
20/10/2003 11:22 AM 658 test.pl
7 File(s) 7,025 bytes
8 Dir(s) 12,099,035,136 bytes free
-----><8-----
Output:
-----><8-----
C:\perl-modules\CGI-Explorer-2.02>perl Build.PL
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'CGI-Explorer' version '2.02'
C:\perl-modules\CGI-Explorer-2.02>perl Build
lib/CGI/Explorer.pm -> blib\lib/CGI/Explorer.pm
Manifying blib\lib/CGI/Explorer.pm -> blib\libdoc\CGI.Explorer.3
C:\perl-modules\CGI-Explorer-2.02>perl Build manifest
C:\perl-modules\CGI-Explorer-2.02>perl Build test
test.....ok
t\test...ok
All tests successful.
Files=3D2, Tests=3D2, 0 wallclock secs ( 0.00 cusr + 0.00 csys =3D 0.00
CPU)
C:\perl-modules\CGI-Explorer-2.02>perl Build install uninst=3D1
Skipping C:\Perl\site\lib\CGI\Explorer.pm (unchanged)
Skipping C:\Perl\man\man3\CGI.Explorer.3 (unchanged)
C:\perl-modules\CGI-Explorer-2.02>perl Build distcheck
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
Unable to add file: 'CGI-Explorer-2.02' at
C:\Perl\site\lib/Module/Build/Base.pm line 1706
Unable to add file: 'CGI-Explorer-2.02/t' at
C:\Perl\site\lib/Module/Build/Base.pm line 1706
Unable to add file: 'CGI-Explorer-2.02/lib' at
C:\Perl\site\lib/Module/Build/Base.pm line 1706
Unable to add file: 'CGI-Explorer-2.02/lib/CGI' at
C:\Perl\site\lib/Module/Build/Base.pm line 1
706
Unable to add file: 'CGI-Explorer-2.02/js' at
C:\Perl\site\lib/Module/Build/Base.pm line 1706
Unable to add file: 'CGI-Explorer-2.02/images' at
C:\Perl\site\lib/Module/Build/Base.pm line 17
06
Unable to add file: 'CGI-Explorer-2.02/examples' at
C:\Perl\site\lib/Module/Build/Base.pm line
1706
Unable to add file: 'CGI-Explorer-2.02/css' at
C:\Perl\site\lib/Module/Build/Base.pm line 1706
Deleting CGI-Explorer-2.02
-----><8-----
Any ideas?
TIA.
--
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
|