|
Due to sloppy regular expressions, qwrap may determine an incorrect version
number for the app-XXX package when generating the corresponding pkgIndex.tcl file.
I encountered this problem when qwrap'ping a tcl script containing the word "provide"
in a commentary. Using simply '.*' in the regexp between 'package', 'provide', and
the version number wasn't a very good idea...
In the attached patch, only whitespace is allowed between 'package', 'provide', the
package name, and the version number.
Gerhard Grimm <[email protected]>
Software Developer
DETEC Software Products GmbH
R�sselsheim, Germany |