Skip to content

Commit 35c8b65

Browse files
committed
s/NET::SAML2/Net::SAML2/
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent 1bd4efe commit 35c8b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Net/SAML2/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sub generate_id {
1919
}
2020

2121
sub deprecation_warning {
22-
warn "NET::SAML2 deprecation warning: " . shift . "\n";
22+
warn "Net::SAML2 deprecation warning: " . shift . "\n";
2323
}
2424

2525

t/02-create-sp.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ use URN::OASIS::SAML2 qw(:bindings :urn);
499499
is($id, $sp->issuer, "id is still the issuer");
500500
cmp_deeply(
501501
\@warns,
502-
["NET::SAML2 deprecation warning: id() has been renamed to issuer()\n"],
502+
["Net::SAML2 deprecation warning: id() has been renamed to issuer()\n"],
503503
"We have our deprecation warning"
504504
);
505505
}

0 commit comments

Comments
 (0)