From 66a07d63fc1328cff9467bc12a63a1823e3421a4 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 31 Oct 2017 10:45:46 +0100
Subject: [PATCH] no exported symbols, no need for Exporter

---
 lib/IdPAccountManager/AuthenticationToken.pm | 4 ----
 lib/IdPAccountManager/SAMLMetadata.pm        | 4 ----
 lib/IdPAccountManager/ServiceProvider.pm     | 4 ----
 lib/IdPAccountManager/TestAccount.pm         | 4 ----
 4 files changed, 16 deletions(-)

diff --git a/lib/IdPAccountManager/AuthenticationToken.pm b/lib/IdPAccountManager/AuthenticationToken.pm
index b59a6d2..240d73c 100644
--- a/lib/IdPAccountManager/AuthenticationToken.pm
+++ b/lib/IdPAccountManager/AuthenticationToken.pm
@@ -15,10 +15,6 @@ use Conf;
 use Digest::MD5;
 use POSIX qw(strftime);
 
-require Exporter;
-my @ISA    = qw(Exporter);
-my @EXPORT = qw();
-
 use Carp;
 
 INIT {
diff --git a/lib/IdPAccountManager/SAMLMetadata.pm b/lib/IdPAccountManager/SAMLMetadata.pm
index 5b3a964..4b7da64 100644
--- a/lib/IdPAccountManager/SAMLMetadata.pm
+++ b/lib/IdPAccountManager/SAMLMetadata.pm
@@ -11,10 +11,6 @@ use Conf;
 
 use XML::LibXML;
 
-require Exporter;
-my @ISA    = qw(Exporter);
-my @EXPORT = qw();
-
 use Carp;
 
 sub new {
diff --git a/lib/IdPAccountManager/ServiceProvider.pm b/lib/IdPAccountManager/ServiceProvider.pm
index cd61788..a8163b8 100644
--- a/lib/IdPAccountManager/ServiceProvider.pm
+++ b/lib/IdPAccountManager/ServiceProvider.pm
@@ -13,10 +13,6 @@ use IdPAccountManager::Data::Serviceprovider::Manager;
 use IdPAccountManager::Tools;
 use Conf;
 
-require Exporter;
-my @ISA    = qw(Exporter);
-my @EXPORT = qw();
-
 use Carp;
 
 INIT {
diff --git a/lib/IdPAccountManager/TestAccount.pm b/lib/IdPAccountManager/TestAccount.pm
index dea13f1..3165d6e 100644
--- a/lib/IdPAccountManager/TestAccount.pm
+++ b/lib/IdPAccountManager/TestAccount.pm
@@ -13,10 +13,6 @@ use IdPAccountManager::Tools;
 use Conf;
 use POSIX qw(strftime);
 
-require Exporter;
-my @ISA    = qw(Exporter);
-my @EXPORT = qw();
-
 use Carp;
 
 INIT {
-- 
GitLab