r13939 - /scripts/qa/DebianQA/Svn.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 1 06:21:57 UTC 2008


Author: tincho-guest
Date: Fri Feb  1 06:21:57 2008
New Revision: 13939

URL: http://svn.debian.org/wsvn/?sc=1&rev=13939
Log:
too much whitespace trimming

Modified:
    scripts/qa/DebianQA/Svn.pm

Modified: scripts/qa/DebianQA/Svn.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Svn.pm?rev=13939&op=diff
==============================================================================
--- scripts/qa/DebianQA/Svn.pm (original)
+++ scripts/qa/DebianQA/Svn.pm Fri Feb  1 06:21:57 2008
@@ -334,7 +334,7 @@
     $version =~ s/^(?:\d+:)?(.+?)(?:-[^-]+)?$/$1/;
 
     $watch =~ s/^#.*$//gm;
-    $watch =~ s/\s*\\\n\s*/ /gs;
+    $watch =~ s/\\\n//gs;
     $watch =~ s/^\s+//gm;
     $watch =~ s/\s+$//gm;
     my @watch_lines = split(/\n/, $watch);




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