1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: there were pod2man errors due to mistakes in the POD syntax
Author: Ryan Niebur
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=43936
--- a/lib/Net/Amazon/S3/Tools.pm
+++ b/lib/Net/Amazon/S3/Tools.pm
@@ -53,6 +53,8 @@
but the also all share some common command line options,
which are described here.
+=over
+
=item B<--help>
Print a brief help message and exits.
@@ -84,6 +86,8 @@
Uses SSL/TLS HTTPS to communicate with the AWS service, instead of
HTTP.
+=back
+
=head1 DESCRIPTION
These S3 command line tools allow you to manipulate and populate an S3
|