Skip to content

Commit 9bc0901

Browse files
committed
Mention TUTORIAL.md in synopsis and README
1 parent 343ae20 commit 9bc0901

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ VERSION
55
version 0.39
66

77
SYNOPSIS
8+
See TUTORIAL.md for implementation documentation and
9+
t/12-full-client.t for a pseudo implementation following the tutorial
10+
811
# generate a redirect off to the IdP:
912

1013
my $idp = Net::SAML2::IdP->new($IDP);

lib/Net/SAML2.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Net::SAML2 - SAML bindings and protocol implementation
1313
1414
=head1 SYNOPSIS
1515
16+
See TUTORIAL.md for implementation documentation and
17+
t/12-full-client.t for a pseudo implementation following the tutorial
18+
1619
# generate a redirect off to the IdP:
1720
1821
my $idp = Net::SAML2::IdP->new($IDP);

0 commit comments

Comments
 (0)