Subject: | Cosmetic(?) error in Tk-Tree-4.2 |
When CPAN ran the Makefile.PL for Tk-Tree-4.2, it gave the following warning:
Warning: the following files are missing in your kit:
Tk/Tree.pm
Please inform the author.
The test ran OK, so I assume the distribution was restructured and an edit missed in the MANIFEST file. Of course, you know how to parse "assume". Anyhow, the warning goes away if you prepend "lib/" to the line of the MANIFEST that reads "Tk/Tree.pm".
$ perl -v
This is perl, v5.8.6 built for darwin-2level
(rest of output removed)
$ uname -a
Darwin Wyants-White-iMac.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
$