Subject: | MANIFEST File: Path to Xcopy.t produces warning |
Using 5.8.8
When building the Makefile the path to Xcopy.t given in the MANIFEST
produces a warning. Removing the cwd part the path eliminates it:
[root@localhost File-Xcopy-0.12-0YW0Zd]# perl Makefile.PL
*** ExtUtils::AutoInstall version 0.63
*** Checking for dependencies...
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
./t/Xcopy.t
Please inform the author.
Writing Makefile for File::Xcopy
[root@localhost File-Xcopy-0.12-0YW0Zd]# ls ./t/
Xcopy.t
[root@localhost File-Xcopy-0.12-0YW0Zd]# cat MANIFEST
Xcopy.pm
test.pl
Makefile.PL
./t/Xcopy.t
File-Xcopy-0.12.readme
README
[root@localhost File-Xcopy-0.12-0YW0Zd]# emacs MANIFEST
[root@localhost File-Xcopy-0.12-0YW0Zd]# perl Makefile.PL
*** ExtUtils::AutoInstall version 0.63
*** Checking for dependencies...
*** ExtUtils::AutoInstall configuration finished.
Writing Makefile for File::Xcopy