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

load POSIX module correctly, only where needed

parent 85acd9c4
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ use utf8;
use lib qw(lib conf);
use Getopt::Long qw(:config auto_help);
use POSIX;
use Pod::Usage;
use IdPAccountManager::TestAccount;
......
......@@ -17,8 +17,6 @@ use CGI::Util;
use Template;
use Template::Constants qw( :debug );
use POSIX;
use IdPAccountManager::TestAccount;
use IdPAccountManager::SAMLMetadata;
use IdPAccountManager::ServiceProvider;
......
......@@ -13,6 +13,7 @@ use IdPAccountManager::Tools;
use Conf;
use Digest::MD5;
use POSIX qw(strftime);
require Exporter;
my @ISA = qw(Exporter);
......
......@@ -11,6 +11,7 @@ use IdPAccountManager::Data::Testaccount::Manager;
use IdPAccountManager::Tools;
use Conf;
use POSIX qw(strftime);
require Exporter;
my @ISA = qw(Exporter);
......
......@@ -11,6 +11,7 @@ use Template::Stash;
use Digest::SHA;
use Encode;
use POSIX qw(strftime);
my %log_levels =
('debug' => 0, 'info' => 1, 'trace' => 1, 'notice' => 2, 'error' => 3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment