summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-03-26 09:15:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-03-26 09:15:31 +0200
commitd7607133e13621661a55efb65d6d20b02901ff40 (patch)
treee3aa41b07930d22446c0794059b235c4f5edc6cd /Build.PL
parent8d95cbea15ecca3fe14bf9c02a00f1c0d678ebb6 (diff)
Use system-provided Oxygen icons instead of shipping them with the module
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 2844668..cc0a9e5 100644
--- a/Build.PL
+++ b/Build.PL
@@ -23,6 +23,7 @@ my $build = Module::Build->new(
'autodie' => 0,
'Cwd' => 0,
'Data::Section' => 0,
+ 'File::Copy' => 0,
'Getopt::Long' => 0,
'Image::Imlib2' => 0,
'IO::Handle' => 0,