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/nesblog/en/items/Hello
share/examples/nesblog/en/items/Principios
share/examples/nesblog/es/items/Archivo
share/examples/nesblog/es/items/Cabeceras
share/examples/nesblog/es/items/Formularios
share/examples/nesblog/es/items/Hello
share/examples/nesblog/es/items/Incluir
share/examples/nesblog/es/items/La
share/examples/nesblog/es/items/Logo
share/examples/nesblog/es/items/Nes
share/examples/nesblog/es/items/Paradigma
share/examples/nesblog/es/items/Plugin
share/examples/nesblog/es/items/Principios
share/examples/nesblog/es/items/Sintaxis
share/examples/nesblog/es/items/Tag
share/examples/nesblog/es/items/Test
Please inform the author.
Writing Makefile for Nes
if I repeat command, no errors, and everything is installed ok:
perl Makefile.PL
Writing Makefile for Nes
http://github.com/Skriptke/nes/blob/master/MANIFEST
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?
thanks.