Skip to content

Commit 2e4cfcb

Browse files
add missing pod directives
1 parent cb867b9 commit 2e4cfcb

File tree

8 files changed

+23
-2
lines changed

8 files changed

+23
-2
lines changed

lib/HTTP/Config.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ sub matching_items {
237237

238238
__END__
239239
240+
=pod
241+
240242
=head1 NAME
241243
242244
HTTP::Config - Configuration for request and response objects

lib/HTTP/Headers.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ sub _basic_auth {
467467

468468
__END__
469469
470+
=pod
471+
470472
=head1 NAME
471473
472474
HTTP::Headers - Class encapsulating HTTP Message headers
@@ -871,3 +873,4 @@ Copyright 1995-2005 Gisle Aas.
871873
This library is free software; you can redistribute it and/or
872874
modify it under the same terms as Perl itself.
873875
876+
=cut

lib/HTTP/Headers/Util.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ sub join_header_words
9595

9696
__END__
9797
98+
=pod
99+
98100
=head1 NAME
99101
100102
HTTP::Headers::Util - Header value parsing utility functions
@@ -195,3 +197,4 @@ Copyright 1997-1998, Gisle Aas
195197
This library is free software; you can redistribute it and/or
196198
modify it under the same terms as Perl itself.
197199
200+
=cut

lib/HTTP/Message.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ sub _boundary
774774

775775
__END__
776776
777+
=pod
778+
777779
=head1 NAME
778780
779781
HTTP::Message - HTTP style message (base class)
@@ -1112,3 +1114,4 @@ Copyright 1995-2004 Gisle Aas.
11121114
This library is free software; you can redistribute it and/or
11131115
modify it under the same terms as Perl itself.
11141116
1117+
=cut

lib/HTTP/Request.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ sub dump
134134

135135
__END__
136136
137+
=pod
138+
137139
=head1 NAME
138140
139141
HTTP::Request - HTTP style request message
@@ -239,3 +241,4 @@ Copyright 1995-2004 Gisle Aas.
239241
This library is free software; you can redistribute it and/or
240242
modify it under the same terms as Perl itself.
241243
244+
=cut

lib/HTTP/Request/Common.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ sub boundary
308308

309309
__END__
310310
311+
=pod
312+
311313
=head1 NAME
312314
313315
HTTP::Request::Common - Construct common HTTP::Request objects
@@ -509,7 +511,6 @@ $ua->request(POST ...).
509511
510512
L<HTTP::Request>, L<LWP::UserAgent>
511513
512-
513514
=head1 COPYRIGHT
514515
515516
Copyright 1997-2004, Gisle Aas
@@ -518,4 +519,3 @@ This library is free software; you can redistribute it and/or
518519
modify it under the same terms as Perl itself.
519520
520521
=cut
521-

lib/HTTP/Response.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ sub fresh_until
339339

340340
__END__
341341
342+
=pod
343+
342344
=head1 NAME
343345
344346
HTTP::Response - HTTP style response message
@@ -642,3 +644,4 @@ Copyright 1995-2004 Gisle Aas.
642644
This library is free software; you can redistribute it and/or
643645
modify it under the same terms as Perl itself.
644646
647+
=cut

lib/HTTP/Status.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ sub is_server_error ($) { $_[0] >= 500 && $_[0] < 600; }
116116

117117
__END__
118118
119+
=pod
120+
119121
=head1 NAME
120122
121123
HTTP::Status - HTTP Status code processing
@@ -267,3 +269,5 @@ This function is B<not> exported by default.
267269
For legacy reasons all the C<HTTP_> constants are exported by default
268270
with the prefix C<RC_>. It's recommended to use explicit imports and
269271
the C<:constants> tag instead of relying on this.
272+
273+
=cut

0 commit comments

Comments
 (0)