Subject: | WidgetDemo.pm indexed but not in @INC |
https://metacpan.org/permission/distribution/Tk
Show quoted text
This however installs to $INC[...]/demos/widget_lib/ , which is not in any standard @INC
The demo in https://metacpan.org/source/DUNNIGANJ/Tk-CursorControl-0.4/demos/cursor.pl uses this library, but its not arranged to actually work as it doesn't do any @INC fiddling to make it possible, but it clearly has some sort of weak-dependency on the one in Tk.
Not sure where the right place for this to get fixed is.
Its also worth pointing out that as a vendor packager, I'd typically nuke Tk/demos/* from installing to @INC at all, and make them install in our vendor directory for those sorts of things, besides where we store documentation and soforth.
In such a scenario, promoting WidgetDemo to a real @INC library would be helpful, given the horse has kind of bolted on it being indexed.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
Show quoted text
>
WidgetDemo
TKML
NI-S SREZIC
This however installs to $INC[...]/demos/widget_lib/ , which is not in any standard @INC
The demo in https://metacpan.org/source/DUNNIGANJ/Tk-CursorControl-0.4/demos/cursor.pl uses this library, but its not arranged to actually work as it doesn't do any @INC fiddling to make it possible, but it clearly has some sort of weak-dependency on the one in Tk.
Not sure where the right place for this to get fixed is.
Its also worth pointing out that as a vendor packager, I'd typically nuke Tk/demos/* from installing to @INC at all, and make them install in our vendor directory for those sorts of things, besides where we store documentation and soforth.
In such a scenario, promoting WidgetDemo to a real @INC library would be helpful, given the horse has kind of bolted on it being indexed.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )