r7576 - /scripts/qa/versioncheck2.pl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 14 11:47:14 UTC 2007


Author: dmn
Date: Fri Sep 14 11:47:14 2007
New Revision: 7576

URL: http://svn.debian.org/wsvn/?sc=1&rev=7576
Log:
And reflect that in the comment too

Modified:
    scripts/qa/versioncheck2.pl

Modified: scripts/qa/versioncheck2.pl
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck2.pl?rev=7576&op=diff
==============================================================================
--- scripts/qa/versioncheck2.pl (original)
+++ scripts/qa/versioncheck2.pl Fri Sep 14 11:47:14 2007
@@ -379,7 +379,7 @@
                 ^((?:http|ftp)://\S*?)  # http://server/some/path - captured
                                         #  non-greedy to not eat up the pattern
                 (?:/\s*|\s+)            # delimiter - '/' for ver3 or space for ver2
-                ([^\s]+)               # the search pattern - no spaces, no slashes - captured
+                ([^\s]+)               # the search pattern - no spaces - captured
                 (?:
                     (?!.*\()            # followed by non-(search pattern)
                     |




More information about the Pkg-perl-cvs-commits mailing list