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