r53048 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 19 08:58:07 UTC 2010


Author: dmn
Date: Fri Feb 19 08:58:00 2010
New Revision: 53048

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53048
Log:
fix yses → uses typo

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53048&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Feb 19 08:58:00 2010
@@ -1579,7 +1579,7 @@
             if (    $rules[$_] =~ /^%:/
                 and $rules[ $_ + 1 ] =~ /^\tdh .* \$\@/ )
             {
-                print "$file already yses DH7 tiny rules\n"
+                print "$file already uses DH7 tiny rules\n"
                     if $self->cfg->verbose;
                 return;
             }




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