Skip Menu |

This queue is for tickets about the Tickit-Widgets CPAN distribution.

Report information
The Basics
Id: 118436
Status: new
Priority: 0/
Queue: Tickit-Widgets

People
Owner: Nobody in particular
Requestors: cnehren [...] pobox.com
Cc:
AdminCc:

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



Subject: `use Tickit::Widgets qw(...)` fails to `use` T:W::Scroller::Item::Text
Date: Wed, 19 Oct 2016 10:59:12 -0400
To: bug-tickit-widgets [...] rt.cpan.org
From: Chris Nehren <cnehren [...] pobox.com>
When using Tickit::Widget’s `use` feature, it dies when I try to use T:W modules with a namespace multiple levels deep, such as T:W::Scroller::Item::Text. Ideally, we should be able to use modules like this the same way we use other widgets. Right now I have to do this: use Tickit::Widgets qw(...); use Tickit::Widget::Scroller::Item::Text; which is not what I expect from the documented interface. It’d be great if the interface was consistent.