RE: Superseded patch for Tcl::Tk t/text.t
[email protected] ("Konovalov, Vadim") Sun, 15 Jul 2018 08:22:07 +0000
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
> From: Christopher Chavez
> A few days ago,
> I noticed how text.t would be skipped due to "no tklib extension availabl=
e"
> even if tklib was installed. I found that changing
> `pkg_require('scrolledwindow')` to `pkg_require('widget::scrolledwindow')=
` got
> it working.
>=20
> I had come up with the following patch and was about to open a
> pull request, but then 1.12 was released with snit included, so the very =
test
> for scrolledwindow I had patched was removed.
All correct, thank you :)