summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-12 00:00:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-12 00:00:07 +0100
commit14a3c31190e310f46a3028d1b3b0c078fcad4011 (patch)
treeaee256ac372159c5567e59cf48acc4daa763db49 /Build.PL
parent472ff7e113191d8387d8091b1cfbd55ccc25c99e (diff)
Either cut off or break too long lines. qick&dirty, cleanup later. Closes gh/6
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 329e3d4..e7b8867 100644
--- a/Build.PL
+++ b/Build.PL
@@ -20,6 +20,7 @@ my $build = Module::Build->new(
'Date::Format' => 0,
'Getopt::Long' => 0,
'Term::ANSIColor' => 0,
+ 'Term::Size' => 0,
},
script_files => 'bin/',
);