Skip to content
Snippets Groups Projects
Commit 66a07d63 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no exported symbols, no need for Exporter

parent 02030f19
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -11,10 +11,6 @@ use Conf;
use XML::LibXML;
require Exporter;
my @ISA = qw(Exporter);
my @EXPORT = qw();
use Carp;
sub new {
......
......@@ -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 {
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment