Skip Menu |

This queue is for tickets about the Tk-Tree CPAN distribution.

Report information
The Basics
Id: 15930
Status: resolved
Priority: 0/
Queue: Tk-Tree

People
Owner: RENEEB [...] cpan.org
Requestors: wyant [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 4.2
Fixed in: (no value)



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 $
I've added the information to Manifest, ReneeB