We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd4efe commit 35c8b65Copy full SHA for 35c8b65
lib/Net/SAML2/Util.pm
@@ -19,7 +19,7 @@ sub generate_id {
19
}
20
21
sub deprecation_warning {
22
- warn "NET::SAML2 deprecation warning: " . shift . "\n";
+ warn "Net::SAML2 deprecation warning: " . shift . "\n";
23
24
25
t/02-create-sp.t
@@ -499,7 +499,7 @@ use URN::OASIS::SAML2 qw(:bindings :urn);
499
is($id, $sp->issuer, "id is still the issuer");
500
cmp_deeply(
501
\@warns,
502
- ["NET::SAML2 deprecation warning: id() has been renamed to issuer()\n"],
+ ["Net::SAML2 deprecation warning: id() has been renamed to issuer()\n"],
503
"We have our deprecation warning"
504
);
505
0 commit comments