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

kill indirect object call syntax

parent 75ee8030
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ my $configuration = IdPAccountManager::Configuration->new(
file => '@sysconfdir@/manager.conf'
);
my $request = new IdPAccountManager::WebRequest(
my $request = IdPAccountManager::WebRequest->new(
configuration => $configuration
);
$request->run();
......
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