X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=Build.PL;h=7cd0f453914841bac0a0fd796b508acc2b7ed5c3;hp=57f0ad4d723606255dbcccadb01445fdecf6e7d0;hb=HEAD;hpb=d780757754f710460d7fe2acb010261208c97afa diff --git a/Build.PL b/Build.PL index 57f0ad4..7cd0f45 100644 --- a/Build.PL +++ b/Build.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2016 Simon Ruderich +# Copyright (C) 2016-2017 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,6 +31,7 @@ my $build = Module::Build->new( # Bundled with perl. 'Encode' => 0, 'Fcntl' => 0, + 'File::Spec' => 0, 'File::Temp' => 0, 'I18N::Langinfo' => 0, 'Pod::Usage' => 0,