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

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Dec 23 09:11:18 UTC 2007


Author: tincho-guest
Date: Sun Dec 23 09:11:18 2007
New Revision: 11495

URL: http://svn.debian.org/wsvn/?sc=1&rev=11495
Log:
Another missing path component

Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=11495&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Sun Dec 23 09:11:18 2007
@@ -296,7 +296,7 @@
             upstream_version => $cpan_ver,
             upstream_url => (
                 $type eq "dist" ?
-                "$base/CPAN/authors/id" :
+                "$base/CPAN/authors/id/" . $cpan->{dir}{$_}{author_path} :
                 $origdir
             ) . "/$_"
         };




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