X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=fc75da9888a2ead5a7bc5b5b28943316de812148;hp=c5f62725d876d943bf71c908acac248ed72cdc07;hb=c1d4e05b30639164e1bbcaa8fcdd96abe67683db;hpb=394af10e83829015e60292eaf77058b4ce79c921 diff --git a/Build.PL b/Build.PL index c5f6272..fc75da9 100644 --- a/Build.PL +++ b/Build.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2012 Simon Ruderich +# Copyright (C) 2012-2014 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 @@ -37,5 +37,8 @@ my $build = Module::Build->new( 'Term::ANSIColor' => '2.01', 'Text::ParseWords' => 0, }, + configure_requires => { + 'Module::Build' => 0, + }, ); $build->create_build_script;