RE: Tcl::Tk now comes with tcl snit

2018-07-14 Thread Konovalov, Vadim
> 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. >

RE: Tcl procedure 'winfo' not found at ...

2018-07-14 Thread Konovalov, Vadim
> 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

Re: [rt.cpan.org #125472] error with coderefs passes as scalar args

2018-07-14 Thread S.J. Luo
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 :

Superseded patch for Tcl::Tk t/text.t

2018-07-14 Thread Christopher Chavez
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

Tcl.pm tests in repo but omitted from releases

2018-07-14 Thread Christopher Chavez
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