File tree Expand file tree Collapse file tree 8 files changed +23
-2
lines changed Expand file tree Collapse file tree 8 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ sub matching_items {
237237
238238__END__
239239
240+ =pod
241+
240242=head1 NAME
241243
242244HTTP::Config - Configuration for request and response objects
Original file line number Diff line number Diff line change @@ -467,6 +467,8 @@ sub _basic_auth {
467467
468468__END__
469469
470+ =pod
471+
470472=head1 NAME
471473
472474HTTP::Headers - Class encapsulating HTTP Message headers
@@ -871,3 +873,4 @@ Copyright 1995-2005 Gisle Aas.
871873This library is free software; you can redistribute it and/or
872874modify it under the same terms as Perl itself.
873875
876+ =cut
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ sub join_header_words
9595
9696__END__
9797
98+ =pod
99+
98100=head1 NAME
99101
100102HTTP::Headers::Util - Header value parsing utility functions
@@ -195,3 +197,4 @@ Copyright 1997-1998, Gisle Aas
195197This library is free software; you can redistribute it and/or
196198modify it under the same terms as Perl itself.
197199
200+ =cut
Original file line number Diff line number Diff line change @@ -774,6 +774,8 @@ sub _boundary
774774
775775__END__
776776
777+ =pod
778+
777779=head1 NAME
778780
779781HTTP::Message - HTTP style message (base class)
@@ -1112,3 +1114,4 @@ Copyright 1995-2004 Gisle Aas.
11121114This library is free software; you can redistribute it and/or
11131115modify it under the same terms as Perl itself.
11141116
1117+ =cut
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ sub dump
134134
135135__END__
136136
137+ =pod
138+
137139=head1 NAME
138140
139141HTTP::Request - HTTP style request message
@@ -239,3 +241,4 @@ Copyright 1995-2004 Gisle Aas.
239241This library is free software; you can redistribute it and/or
240242modify it under the same terms as Perl itself.
241243
244+ =cut
Original file line number Diff line number Diff line change @@ -308,6 +308,8 @@ sub boundary
308308
309309__END__
310310
311+ =pod
312+
311313=head1 NAME
312314
313315HTTP::Request::Common - Construct common HTTP::Request objects
@@ -509,7 +511,6 @@ $ua->request(POST ...).
509511
510512L<HTTP::Request> , L<LWP::UserAgent>
511513
512-
513514=head1 COPYRIGHT
514515
515516Copyright 1997-2004, Gisle Aas
@@ -518,4 +519,3 @@ This library is free software; you can redistribute it and/or
518519modify it under the same terms as Perl itself.
519520
520521=cut
521-
Original file line number Diff line number Diff line change @@ -339,6 +339,8 @@ sub fresh_until
339339
340340__END__
341341
342+ =pod
343+
342344=head1 NAME
343345
344346HTTP::Response - HTTP style response message
@@ -642,3 +644,4 @@ Copyright 1995-2004 Gisle Aas.
642644This library is free software; you can redistribute it and/or
643645modify it under the same terms as Perl itself.
644646
647+ =cut
Original file line number Diff line number Diff 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
121123HTTP::Status - HTTP Status code processing
@@ -267,3 +269,5 @@ This function is B<not> exported by default.
267269For legacy reasons all the C<HTTP_ > constants are exported by default
268270with the prefix C<RC_ > . It's recommended to use explicit imports and
269271the C<:constants > tag instead of relying on this.
272+
273+ =cut
You can’t perform that action at this time.
0 commit comments