Added libraries needed for lintian-style output.
[maemian] / maemian
diff --git a/maemian b/maemian
index 754d45c..376c890 100755 (executable)
--- a/maemian
+++ b/maemian
@@ -44,10 +44,10 @@ use strict;
 use warnings;
 use Getopt::Long;
 use Carp;
-# Cannot yet pull in all of Lintian
-# unshift @INC, "/home/jeremiah/maemian/lib";
-# require Maemian::Output;
-# my $lintout = new Maemian::Output;
+
+unshift @INC, "/home/jeremiah/maemian/lib";
+require Maemian::Output;
+my $lintout = new Maemian::Output;
 
 # --- Command line options
 my $inputfile;             # --- A file passed to maemian