X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Build.PL;h=4e48816278574457d913f42ec54ea49166827db3;hb=8f13ff5cfeb4cd6f4102cd0448a9f5dfa089491e;hp=051de8449e356329649ca0d42f8bf7d0963a2297;hpb=d9bd7570d07a93026a3147971c8e34be6c1c6c86;p=blhc%2Fblhc.git diff --git a/Build.PL b/Build.PL index 051de84..4e48816 100644 --- a/Build.PL +++ b/Build.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2012 Simon Ruderich +# Copyright (C) 2012-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 @@ -34,8 +34,11 @@ my $build = Module::Build->new( # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, - 'Term::ANSIColor' => 0, + 'Term::ANSIColor' => '2.01', 'Text::ParseWords' => 0, }, + configure_requires => { + 'Module::Build' => 0, + }, ); $build->create_build_script;