summaryrefslogtreecommitdiff
path: root/security/p5-Authen-Radius/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-Radius/files/patch-ac')
-rw-r--r--security/p5-Authen-Radius/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p5-Authen-Radius/files/patch-ac b/security/p5-Authen-Radius/files/patch-ac
new file mode 100644
index 000000000000..88fd3ede7574
--- /dev/null
+++ b/security/p5-Authen-Radius/files/patch-ac
@@ -0,0 +1,13 @@
+--- Authen/Radius.pm.orig Thu Sep 11 13:36:16 1997
++++ Authen/Radius.pm Thu Sep 11 13:36:29 1997
+@@ -20,9 +20,8 @@
+ use vars qw($VERSION @ISA @EXPORT);
+
+ require Exporter;
+-require AutoLoader;
+
+-@ISA = qw(Exporter AutoLoader);
++@ISA = qw(Exporter);
+ @EXPORT = qw(ACCESS_REQUEST ACCESS_ACCEPT ACCESS_REJECT);
+ $VERSION = '0.05';
+