]> git.ipfire.org Git - thirdparty/automake.git/commit
LangHandling: Fix missing import
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 29 Jun 2018 15:35:24 +0000 (17:35 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 29 Jun 2018 15:37:56 +0000 (17:37 +0200)
commit2e028d54b9f13a8df0033e874e8ca4bffbb9d21b
tree8d1d2cac54775ce975c1521441d754839986d6de
parentf8a9947d39b992633ec2201718daf0f14b692432
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