diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-12-25 18:11:03 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-12-25 18:11:03 +0000 |
commit | 5bfc5d47dff686b8bbaa8ba5287d72fe40454289 (patch) | |
tree | 19c29bab6fd08538d85069f402c41fda0aa3a7a9 /lib | |
parent | 24423a5fdc2c4d41a7e002d0610bbee5cb35c4bd (diff) | |
download | automake-5bfc5d47dff686b8bbaa8ba5287d72fe40454289.tar.gz |
* lib/Automake/Config.in: Require Exporter.
Report from Kevin Ryde (failure with Perl 5.005_03).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Automake/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Automake/Config.in b/lib/Automake/Config.in index 5bd2c2e54..27df82c5a 100644 --- a/lib/Automake/Config.in +++ b/lib/Automake/Config.in @@ -19,6 +19,7 @@ package Automake::Config; use strict; +require Exporter; use vars qw (@ISA @EXPORT); @ISA = qw (Exporter); |