Skip to content

Commit fa5a690

Browse files
committed
Remove NAME sections in modules
They are duplicated because we use ABSTRACT from dzil Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent 6f7d6cb commit fa5a690

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
@@ -13,10 +13,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
1313

1414
# ABSTRACT: SAML2 artifact object
1515

16-
=head1 NAME
17-
18-
Net::SAML2::Protocol::Artifact - SAML2 artifact object
19-
2016
=head1 SYNOPSIS
2117
2218
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
@@ -12,10 +12,6 @@ with 'Net::SAML2::Role::ProtocolMessage';
1212

1313
# ABSTRACT: SAML2 LogoutResponse Protocol object
1414

15-
=head1 NAME
16-
17-
Net::SAML2::Protocol::LogoutResponse - the SAML2 LogoutResponse object
18-
1915
=head1 SYNOPSIS
2016
2117
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
@@ -14,11 +14,6 @@ use MooseX::Types::URI qw/ Uri /;
1414
use Net::SAML2::Util qw(generate_id);
1515
use Net::SAML2::Types qw(XsdID);
1616

17-
=head1 NAME
18-
19-
Net::SAML2::Role::ProtocolMessage - the SAML2 ProtocolMessage Role object
20-
21-
2217
=head1 DESCRIPTION
2318
2419
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)