]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/Automake/Config.in: Require Exporter.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 25 Dec 2003 18:09:01 +0000 (18:09 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 25 Dec 2003 18:09:01 +0000 (18:09 +0000)
Report from Kevin Ryde (failure with Perl 5.005_03).

ChangeLog
lib/Automake/Config.in

index c6e28c1a72bb1197c0882d747d21c56d424997a5..95d36990db0e5159987c9fd43b9104a39d0993d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-25  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * lib/Automake/Config.in: Require Exporter.
+       Report from Kevin Ryde (failure with Perl 5.005_03).
+
 2003-12-15  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/aclocal6.test: Check for autom4te.cache only if it has
index 5bd2c2e54b3631ab37eaf95ae77650e35055de34..27df82c5aecea44c864a7803f02e332d5a130da7 100644 (file)
@@ -19,6 +19,7 @@
 package Automake::Config;
 use strict;
 
+require Exporter;
 use vars qw (@ISA @EXPORT);
 
 @ISA = qw (Exporter);