r27249 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 25 08:38:16 UTC 2008


Author: dmn
Date: Tue Nov 25 08:38:14 2008
New Revision: 27249

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27249
Log:
fix mis-indentation

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27249&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Tue Nov 25 08:38:14 2008
@@ -1035,7 +1035,7 @@
                 if    ( $a !~ /-perl: / ) { return 1; }
                 elsif ( $b !~ /-perl: / ) { return -1; }
                 else                      { return $a cmp $b; }    # or 0?
-		} map { s{.+/}{}; $_ } split( /,/, $matches ) if $matches;
+            } map { s{.+/}{}; $_ } split( /,/, $matches ) if $matches;
 
             # use the first package that is not already in @deps
             # or @stdmodules




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