]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - Build.PL
Release 0.10
[blhc/blhc.git] / Build.PL
index c5f62725d876d943bf71c908acac248ed72cdc07..02796f57cdeb408026d0bc8070ff0b5e1286f291 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (C) 2012  Simon Ruderich
+# Copyright (C) 2012-2019  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;