X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Build.PL;h=b9bee468de0b7ba53e6200c04114c2166666c33d;hb=9c16fc443d8b897baeed79e596a069b4b27b5111;hp=3edcfb80e32f44c9a37c8cff307828e020f5ff0d;hpb=cdecc177aceddaba33f6414081f9f9137933a846;p=blhc%2Fblhc.git diff --git a/Build.PL b/Build.PL index 3edcfb8..b9bee46 100644 --- a/Build.PL +++ b/Build.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2012 Simon Ruderich +# Copyright (C) 2012-2023 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,7 +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;