> From: huck
> i get this on my ubuntu boxes too
>
> perl
> Makefile.PL
> can't find package snit
> while executing
> "package require snit"
> (file "test-for-tk.tcl" line 4)
>
> Your Tk installation fails to find 'snit'
> package.
> Make sure that it is installed within your Tcl/Tk.
>
> I have noticed the returned value '3 (wstat 768, 0x300)' from you differs
> from that of '2 (wstat 512, 0x200)' reported from CPAN tester.
> In my Cygwin
> environment, I also got a result 'Dubious, test returned 3 (wstat 768, 0x300)'
> if I run 'make test' without DISPLAY; while I got 'D
Okay I agree that showing some code would make the point more
convincing and I have plan to try it.
Let's stop the discussion.
SJ
2018-07-14 12:43 GMT+08:00 huck :
> At 08:50 PM 7/13/2018, you wrote:
>>
>> https://rt.cpan.org/Ticket/Display.html?id=125472 >
>>
>> 2018-07-07 22:46 GMT+08:00 huck :
A few days ago, I noticed how text.t would be skipped due to "no tklib
extension available" even if tklib was installed. I found that changing
`pkg_require('scrolledwindow')` to `pkg_require('widget::scrolledwindow')` got
it working.
I had come up with the following patch and was about to open
There’s a few tests in the git repository for Tcl.pm which aren’t in the
releases (not in MANIFEST?):
dispsosal-subs-[abcdef].t, memleak-a.t, and set-callback.t.
Are these being excluded on purpose (i.e. they are developer-only rather than
installation tests), or should they be included in relea