no strict (#595)

This commit is contained in:
Xavier Guimard 2017-03-08 22:48:57 +00:00
parent dec3eb4feb
commit 244fad96a0

View File

@ -774,6 +774,7 @@ sub run {
# Artifact
# Choose method
no strict 'subs';
if ( $artifact
or $protocolProfile ==
Lasso::Constants::LOGIN_PROTOCOL_PROFILE_BRWS_ART )
@ -1320,6 +1321,7 @@ sub sloRelaySoap {
}
# Send the logout request
no strict 'subs';
my ( $rstatus, $rmethod, $rinfo ) =
$self->sendLogoutRequestToProvider( $req, $logout, $providerID,
Lasso::Constants::HTTP_METHOD_SOAP,