Skip to content

Commit c8e6117

Browse files
authored
Merge pull request #215 from waterkip/nonames
Remove NAME sections in modules
2 parents eb5f293 + fa5a690 commit c8e6117

File tree

9 files changed

+0
-38
lines changed

9 files changed

+0
-38
lines changed

lib/Net/SAML2/Binding/POST.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ use Carp qw(croak);
88

99
# ABSTRACT: HTTP POST binding for SAML
1010

11-
=head1 NAME
12-
13-
Net::SAML2::Binding::POST - HTTP POST binding for SAML2
14-
1511
=head1 SYNOPSIS
1612
1713
my $post = Net::SAML2::Binding::POST->new(

lib/Net/SAML2/IdP.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ use Moose;
33

44
# VERSION
55

6-
76
# ABSTRACT: SAML Identity Provider object
87

9-
=head1 NAME
10-
11-
Net::SAML2::IdP - SAML Identity Provider object
12-
138
=head1 SYNOPSIS
149
1510
my $idp = Net::SAML2::IdP->new_from_url(

lib/Net/SAML2/Protocol/Artifact.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
1111

1212
# ABSTRACT: SAML2 artifact object
1313

14-
=head1 NAME
15-
16-
Net::SAML2::Protocol::Artifact - SAML2 artifact object
17-
1814
=head1 SYNOPSIS
1915
2016
my $artifact = Net::SAML2::Protocol::Artifact->new_from_xml(

lib/Net/SAML2/Protocol/ArtifactResolve.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
99

1010
# ABSTRACT: ArtifactResolve protocol class
1111

12-
=head1 NAME
13-
14-
Net::SAML2::Protocol::ArtifactResolve - ArtifactResolve protocol class.
15-
1612
=head1 SYNOPSIS
1713
1814
my $resolver = Net::SAML2::Protocol::ArtifactResolve->new(

lib/Net/SAML2/Protocol/Assertion.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
2020

2121
# ABSTRACT: SAML2 assertion object
2222

23-
=head1 NAME
24-
25-
Net::SAML2::Protocol::Assertion - SAML2 assertion object
26-
2723
=head1 SYNOPSIS
2824
2925
my $assertion = Net::SAML2::Protocol::Assertion->new_from_xml(

lib/Net/SAML2/Protocol/AuthnRequest.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
1313

1414
# ABSTRACT: SAML2 AuthnRequest object
1515

16-
=head1 NAME
17-
18-
Net::SAML2::Protocol::AuthnRequest - SAML2 AuthnRequest object
19-
2016
=head1 SYNOPSIS
2117
2218
my $authnreq = Net::SAML2::Protocol::AuthnRequest->new(

lib/Net/SAML2/Protocol/LogoutResponse.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
1111

1212
# ABSTRACT: SAML2 LogoutResponse Protocol object
1313

14-
=head1 NAME
15-
16-
Net::SAML2::Protocol::LogoutResponse - the SAML2 LogoutResponse object
17-
1814
=head1 SYNOPSIS
1915
2016
my $logout_req = Net::SAML2::Protocol::LogoutResponse->new(

lib/Net/SAML2/Role/ProtocolMessage.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ use Net::SAML2::Util qw(generate_id);
1515
use Net::SAML2::Types qw(XsdID);
1616
use URN::OASIS::SAML2 qw(:status);
1717

18-
=head1 NAME
19-
20-
Net::SAML2::Role::ProtocolMessage - the SAML2 ProtocolMessage Role object
21-
22-
2318
=head1 DESCRIPTION
2419
2520
Provides default ID and timestamp arguments for Protocol classes.

lib/Net/SAML2/XML/Util.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ use base qw/Exporter/;
1818

1919
# ABSTRACT: XML Util class
2020

21-
=head1 NAME
22-
23-
Net::SAML2::XML::Util - XML Util class.
24-
2521
=head1 SYNOPSIS
2622
2723
my $xml = no_comments($xml);

0 commit comments

Comments
 (0)