|
[text/plain 625b]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Tk-maintainers!
I've just downloaded Tk 804.028 per CPANP and stumbled on a typo in
Tk::FBox which prevents 'getOpenFile' from working
In Tk/FBox.pm in subroutine 'Done'
push @$selectFilePath, JoinFile($w->_get_select_Path, $f);
should read
push @$selectFilePath, JoinFile($w->_get_select_path, $f);
since the uppercased 'Path' is wrong.
Best regards
- --
Horst-W. Radners
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
iD8DBQFHdqJEQejbmWbMnMMRAiCRAJ92Y0onfxMxGeOXUeQUIDtcitUt/QCeKkvx
HtHehzXppo0YjxU95HLIhsE=
=nJMu
-----END PGP SIGNATURE-----
|