Skip Menu |

This queue is for tickets about the Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 51849
Status: new
Priority: 0/
Queue: Amazon-S3

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.45
Fixed in: (no value)



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Amazon/S3/Bucket.pm b/lib/Amazon/S3/Bucket.pm index 470456d..8a35943 100644 --- a/lib/Amazon/S3/Bucket.pm +++ b/lib/Amazon/S3/Bucket.pm @@ -387,7 +387,7 @@ boolean value indicating the operations success. Permanently removes the bucket from the server. A bucket cannot be removed if it contains any keys (contents). -This is an alias for C<$s3->delete_bucket($bucket)>. +This is an alias for C<< $s3->delete_bucket($bucket) >>. =head2 list