Hi Adam, Adam D. Barratt wrote:
> The following commit has been merged in the master branch: > commit 1fcd825aed537ea6cacf2da694d7a7445061dd32 > Author: Adam D. Barratt > <[email protected]> > Date: Fri Apr 2 21:17:54 2010 +0100 > > Move spelling checking methods in to Lintian::Check > Thanks! I had considered working on it some time ago but never really felt like doing it. > diff --git a/lib/Lintian/Check.pm b/lib/Lintian/Check.pm > index d6bc7ef..99916c1 100644 > --- a/lib/Lintian/Check.pm > +++ b/lib/Lintian/Check.pm > +sub _tag { > + my @args = grep { defined($_) } @_; > + tag(@args); > +} Shouldn't this be better moved to Lintian::Tags once and for all? Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

