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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 6 10:02:04 UTC 2007


Author: dmn
Date: Tue Nov  6 10:02:04 2007
New Revision: 8905

URL: http://svn.debian.org/wsvn/?sc=1&rev=8905
Log:
backpan is "cpan" too

Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=8905&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Tue Nov  6 10:02:04 2007
@@ -25,7 +25,7 @@
 use LWP::UserAgent;
 
 my $cpanregex =
-qr#^(?:http|ftp)://\S*cpan\S*/(modules/by-module|(?:by-)?authors/id)\b#i;
+qr#^(?:http|ftp)://\S*(?:cpan|backpan)\S*/(modules/by-module|(?:by-)?authors/id)\b#i;
 
 my $ua = new LWP::UserAgent;
 $ua->timeout(10);




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