summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-09-03 12:08:31 -0400
committerZack Weinberg <zackw@panix.com>2020-09-03 12:08:31 -0400
commit14265094af1614d9e359550ca4a4939e590a5dba (patch)
treee6f99d24ba4b5da299be3f0b0ccea30820f5d88d /lib
parent92148f61ad8ae97094c3df7a97dcef5445cd14b1 (diff)
downloadautoconf-14265094af1614d9e359550ca4a4939e590a5dba.tar.gz
make fetch
Diffstat (limited to 'lib')
-rw-r--r--lib/Autom4te/Channels.pm1
-rw-r--r--lib/Autom4te/Configure_ac.pm2
-rw-r--r--lib/Autom4te/FileUtils.pm2
-rw-r--r--lib/Autom4te/XFile.pm2
4 files changed, 3 insertions, 4 deletions
diff --git a/lib/Autom4te/Channels.pm b/lib/Autom4te/Channels.pm
index 020f6ad7..279370d2 100644
--- a/lib/Autom4te/Channels.pm
+++ b/lib/Autom4te/Channels.pm
@@ -75,7 +75,6 @@ use Exporter;
use File::Basename;
use vars qw (@EXPORT @ISA %channels $me);
-
@ISA = qw (Exporter);
@EXPORT = qw ($exit_code $warnings_are_errors
&reset_local_duplicates &reset_global_duplicates
diff --git a/lib/Autom4te/Configure_ac.pm b/lib/Autom4te/Configure_ac.pm
index 3a12dbfb..d3f095d5 100644
--- a/lib/Autom4te/Configure_ac.pm
+++ b/lib/Autom4te/Configure_ac.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2020 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/lib/Autom4te/FileUtils.pm b/lib/Autom4te/FileUtils.pm
index 9ac99cb8..fcdf48e6 100644
--- a/lib/Autom4te/FileUtils.pm
+++ b/lib/Autom4te/FileUtils.pm
@@ -42,8 +42,8 @@ use Exporter;
use File::stat;
use IO::File;
-use Autom4te::ChannelDefs;
use Autom4te::Channels;
+use Autom4te::ChannelDefs;
use vars qw (@EXPORT @ISA);
@ISA = qw (Exporter);
diff --git a/lib/Autom4te/XFile.pm b/lib/Autom4te/XFile.pm
index 249cbd30..143b8b43 100644
--- a/lib/Autom4te/XFile.pm
+++ b/lib/Autom4te/XFile.pm
@@ -82,7 +82,7 @@ use Autom4te::Channels qw (msg);
use Autom4te::FileUtils;
use vars qw ($AUTOLOAD @EXPORT @EXPORT_OK @ISA $VERSION);
-@ISA = qw (Exporter IO::File);
+@ISA = qw(Exporter IO::File);
@EXPORT = @IO::File::EXPORT;
$VERSION = "1.2";