]> git.ipfire.org Git - thirdparty/automake.git/commit
lib: Harmonize Exporter package usage
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 13:42:17 +0000 (15:42 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 13:42:17 +0000 (15:42 +0200)
commit0e457a7739be363646336086dbf7b78382e8b6dd
treea95a9342f38420a5f13c7d163543b76f87874afa
parentb46a00b456e3091dcf72ab072ae136b9d73833ea
lib: Harmonize Exporter package usage

Now the modules don't inherit Exporter anymore.  We just get the import method
from it since it is the only method that interests us.
26 files changed:
lib/Automake/ChannelDefs.pm
lib/Automake/Channels.pm
lib/Automake/CondStack.pm
lib/Automake/Condition.pm
lib/Automake/ConfVars.pm
lib/Automake/Config.in
lib/Automake/Configure_ac.pm
lib/Automake/Errors.pm
lib/Automake/File.pm
lib/Automake/FileUtils.pm
lib/Automake/General.pm
lib/Automake/Getopt.pm
lib/Automake/Global.pm
lib/Automake/LangHandling.pm
lib/Automake/Location.pm
lib/Automake/Options.pm
lib/Automake/Requires.pm
lib/Automake/Rule.pm
lib/Automake/RuleDef.pm
lib/Automake/SilentRules.pm
lib/Automake/Utils.pm
lib/Automake/VarAppend.pm
lib/Automake/VarDef.pm
lib/Automake/Variable.pm
lib/Automake/Wrap.pm
lib/Automake/XFile.pm