Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 6239
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: ron [...] savage.net.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.24
Fixed in: (no value)



Subject: 'perl Build dist' fails on file name containing spaces
Here is the error msg: C:\perl-modules\MIDS-Application-1.00>perl Build dist Deleting META.yml Can't copy('data/node-t-tech', 'MIDS-Application-1.00\data/node-t-tech'): No such file or directory at C:\Perl\site\lib/Module/Build/Base.pm line 2296. The name of the file is actually 'data/node-t-tech park.txt'.
From: Ken Williams <ken [...] mathforum.org>
Subject: Re: [cpan #6239] 'perl Build dist' fails on file name containing spaces
Date: Thu, 6 May 2004 12:09:44 -0400
To: bug-Module-Build [...] rt.cpan.org
RT-Send-Cc:
Hi, This is a limitation of the MANIFEST file. Here are docs from ExtUtils::Manifest: Anything between white space and an end of line within a "MANIFEST" file is considered to be a comment. Filenames and comments are sepa- rated by one or more TAB characters in the output. So it looks like it's an intentional feature of that module and you'll have to change the filename. -Ken