summaryrefslogtreecommitdiff
path: root/security/p5-Authen-Radius/files/patch-ac
blob: 88fd3ede757470beb3b00a4c03d5f097ef8fbe69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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';