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

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Dec 16 22:34:32 UTC 2007


Author: tincho-guest
Date: Sun Dec 16 22:34:32 2007
New Revision: 11250

URL: http://svn.debian.org/wsvn/?sc=1&rev=11250
Log:
Make Watch.pm take into account only by-module lists for building the dist/
cache, as that seems to eliminate clashes when different authors have
unofficial releases of some module.

Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=11250&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Sun Dec 16 22:34:32 2007
@@ -343,7 +343,7 @@
         if(@fields >= 9 and $fields[8] ne "CHECKSUMS") {
             push @{$cpan->{$type}{$dir}}, $fields[8];
 
-            if($fields[8] =~ m{
+            if($type eq "modules" and $fields[8] =~ m{
                     (\S+?)      # dist name, non-greedy
                     -           # separator - dash (between dist name and the version
                     v?          # optional v before the version string




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