From: Jeremiah Foster Date: Thu, 28 May 2009 12:11:43 +0000 (+0300) Subject: Changed Lintian to Maemian in Tags.pm X-Git-Url: https://vcs.maemo.org/git/?p=maemian;a=commitdiff_plain;h=6d3d18778e68741ca0dfd7b3a3c8e14f9dc47288 Changed Lintian to Maemian in Tags.pm --- diff --git a/lib/Tags.pm b/lib/Tags.pm index 0895221..4a9024d 100644 --- a/lib/Tags.pm +++ b/lib/Tags.pm @@ -27,7 +27,7 @@ use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(tag); -use Lintian::Output; +use Maemian::Output; # configuration variables and defaults our $show_pedantic = 0;