Re: file spaces in MANIFEST

2010-02-24 Thread Skriptke
Asunto: Re: file spaces in MANIFEST # from Skriptke # on Wednesday 24 February 2010 00:54: >I have not managed to find documentation on whether it is possible to > include in MANIFEST files with spaces in names. From ExtUtils::Manifest "Anything between white space and an end of l

Re: file spaces in MANIFEST

2010-02-24 Thread Skriptke
Asunto: Re: file spaces in MANIFEST Hi! > I have not managed to find documentation on whether it is possible to include > in MANIFEST files with spaces in names. > > Is it possible? Is it another problem? Files with spaces are generally a BAD idea. For example, every time you call

Re: file spaces in MANIFEST

2010-02-24 Thread Skriptke
I had tried with quotes and backslashes, but not with ExtUtils:: Manifest 1.52 :-) Thanks for your help De: Eric Wilhelm Para: module-authors@perl.org Enviado: miƩ,24 febrero, 2010 11:02 Asunto: Re: file spaces in MANIFEST # from Skriptke # on Wednesday 24

Re: file spaces in MANIFEST

2010-02-24 Thread Eric Wilhelm
# from Rene Schickbauer # on Wednesday 24 February 2010 01:44: >Files with spaces are generally a BAD idea. They can be inconvenient, especially in shell hackery. >For example, every time you call an external program, you have quote > the arguments. ... You can call `rm -f $fname`; right? Whic

Re: file spaces in MANIFEST

2010-02-24 Thread Eric Wilhelm
# from Skriptke # on Wednesday 24 February 2010 00:54: >I have not managed to find documentation on whether it is possible to > include in MANIFEST files with spaces in names. From ExtUtils::Manifest "Anything between white space and an end of line within a MANIFEST file is considered to be

Re: file spaces in MANIFEST

2010-02-24 Thread Rene Schickbauer
Hi! I have not managed to find documentation on whether it is possible to include in MANIFEST files with spaces in names. Is it possible? Is it another problem? Files with spaces are generally a BAD idea. For example, every time you call an external program, you have quote the arguments. F

file spaces in MANIFEST

2010-02-24 Thread Skriptke
I am creating my first module: http://github.com/Skriptke/nes I get this error with files containing spaces in the name: perl Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: share/examples/ne