Codebase list libnet-amazon-s3-perl / 159b2d3
Add pod-whatis.patch and spelling.patch Florian Schlichting 2 years ago
3 changed file(s) with 65 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Author: Florian Schlichting <fsfs@debian.org>
1 Description: fix POD whatis entries
2 Forwarded: https://github.com/rustyconover/net-amazon-s3/issues/108
3
4 --- a/lib/Net/Amazon/S3/ACL/Set.pm
5 +++ b/lib/Net/Amazon/S3/ACL/Set.pm
6 @@ -124,7 +124,7 @@
7
8 =head1 NAME
9
10 -Net::Amazon::S3::ACL::Set
11 +Net::Amazon::S3::ACL::Set - Representation of explicit ACL
12
13 =head1 VERSION
14
15 --- a/lib/Net/Amazon/S3/Response.pm
16 +++ b/lib/Net/Amazon/S3/Response.pm
17 @@ -251,7 +251,7 @@
18
19 =head1 NAME
20
21 -Net::Amazon::S3::Response
22 +Net::Amazon::S3::Response - Behaviour common to most S3 responses
23
24 =head1 VERSION
25
00 pod.patch
1 pod-whatis.patch
2 spelling.patch
0 Author: Florian Schlichting <fsfs@debian.org>
1 Description: fix typos
2 Forwarded: https://github.com/rustyconover/net-amazon-s3/pull/107
3
4 --- a/lib/Net/Amazon/S3.pm
5 +++ b/lib/Net/Amazon/S3.pm
6 @@ -546,7 +546,7 @@
7
8 =item authorization_context
9
10 -Class that provides authorization informations.
11 +Class that provides authorization information.
12
13 See one of available implementations for more
14
15 --- a/lib/Net/Amazon/S3/Authorization.pm
16 +++ b/lib/Net/Amazon/S3/Authorization.pm
17 @@ -34,7 +34,7 @@
18
19 =head1 DESCRIPTION
20
21 -Authorization context provides an access to authorization informations
22 +Authorization context provides an access to authorization information
23
24 =head1 AUTHOR
25
26 --- a/lib/Net/Amazon/S3/Error/Handler.pm
27 +++ b/lib/Net/Amazon/S3/Error/Handler.pm
28 @@ -44,7 +44,7 @@
29
30 =head2 handler_error ($response, $request)
31
32 -Method will recieve instance of L<< Net::Amazon::S3::Response >> sub-class.
33 +Method will receive instance of L<< Net::Amazon::S3::Response >> sub-class.
34
35 Method should return false (or throw exception) in case of error, true otherwise.
36