r11489 - /scripts/qa/DebianQA/Watch.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Dec 22 23:38:57 UTC 2007


Author: tincho-guest
Date: Sat Dec 22 23:38:57 2007
New Revision: 11489

URL: http://svn.debian.org/wsvn/?sc=1&rev=11489
Log:
Make the cpan scanning code recognise dahes in version numbers


Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=11489&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Sat Dec 22 23:38:57 2007
@@ -351,7 +351,7 @@
                     v?          # optional v before the version string
                     (?:         # version
                         \d          # starts with a digit
-                        [\d._]+     # followed by digits, periods and underscores
+                        [\d._-]+    # followed by digits, periods and underscores
                     )
                     (?:         # file extension
                         \.tar       # .tar




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