r7575 - /scripts/qa/versioncheck2.pl

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


Author: dmn
Date: Fri Sep 14 11:46:45 2007
New Revision: 7575

URL: http://svn.debian.org/wsvn/?sc=1&rev=7575
Log:
Allow slashes in watch file pattern

Modified:
    scripts/qa/versioncheck2.pl

Modified: scripts/qa/versioncheck2.pl
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck2.pl?rev=7575&op=diff
==============================================================================
--- scripts/qa/versioncheck2.pl (original)
+++ scripts/qa/versioncheck2.pl Fri Sep 14 11:46:45 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, no slashes - captured
                 (?:
                     (?!.*\()            # followed by non-(search pattern)
                     |




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