From 2e028d54b9f13a8df0033e874e8ca4bffbb9d21b Mon Sep 17 00:00:00 2001 From: Matthias Paulmier Date: Fri, 29 Jun 2018 17:35:24 +0200 Subject: LangHandling: Fix missing import The tests that could help me spot this bug was skipped on my machine. The RULE_AUTOMAKE constant is used in this file so we need the to import the Automake::RuleDef module. --- lib/Automake/LangHandling.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Automake/LangHandling.pm b/lib/Automake/LangHandling.pm index 8d1a8bad7..64779cfb0 100644 --- a/lib/Automake/LangHandling.pm +++ b/lib/Automake/LangHandling.pm @@ -23,6 +23,7 @@ use Automake::Location; use Automake::Options; use Automake::Requires; use Automake::Rule; +use Automake::RuleDef; use Automake::SilentRules; use Automake::Utils; use Automake::Variable; -- cgit v1.2.1