# New Ticket Created by Will Coleda # Please include the string: [perl #59870] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59870 >
Tcl/Glob (which happens to be used only by Tcl at the moment, but provides a glob-style interface that might be of use to other languages) is failing in trunk but isn't tested. Attached is a test file that works in r31835, but fails in r31925. The test and the library file should probably both be updated to avoid the :: as faux-namespace separator to match recent changes in other library items. There's no need for it to live in a top level Tcl namespace as the name currently implies; having it be "TclGlob" in a child namespace, for example, is fine. The tests aren't meant to be exhaustive; Should probably have more glob_isnt variants to prevent accidental inclusion of PGE::Glob features, but it at least covers the basics. Without (even an updated version of) this test working, partcl can't upgrade to svn-latest. Regards. -- Will "Coke" Coleda