From c27f51c205e7531b9cabf218fcbafc8fdb6d5b66 Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Thu, 5 Nov 2020 14:04:18 -0700 Subject: [PATCH] Remove usage of AutoLoader --- Quota/Quota.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Quota/Quota.pm b/Quota/Quota.pm index 40e5dc8..dcc04cd 100644 --- a/Quota/Quota.pm +++ b/Quota/Quota.pm @@ -16,7 +16,6 @@ package Quota; require Exporter; -use AutoLoader; require DynaLoader; @ISA = qw(Exporter DynaLoader);