Skip Menu |

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

Report information
The Basics
Id: 51850
Status: new
Priority: 0/
Queue: Amazon-SimpleDB

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

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



Subject: [Patch] POD nits
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Amazon/SimpleDB/Domain.pm b/lib/Amazon/SimpleDB/Domain.pm index b5c7956..73fae18 100644 --- a/lib/Amazon/SimpleDB/Domain.pm +++ b/lib/Amazon/SimpleDB/Domain.pm @@ -85,7 +85,7 @@ Returns the domain name of the object. Deletes the domain from SimpleDB that this object represents. -This is an alias C<$domain->account->delete_bucket($domain->name)>. +This is an alias C<< $domain->account->delete_bucket($domain->name) >>. =head2 $domain->query([$args]) diff --git a/lib/Amazon/SimpleDB/ErrorResponse.pm b/lib/Amazon/SimpleDB/ErrorResponse.pm index 4c24301..a863b86 100644 --- a/lib/Amazon/SimpleDB/ErrorResponse.pm +++ b/lib/Amazon/SimpleDB/ErrorResponse.pm @@ -40,7 +40,7 @@ manpage for more. =head2 Amazon::SimpleDB::ErrorResponse->new($args) Constructor. It is recommended that you use -C<Amazon::SimpleDB::Response->new($http_response)> instead +C<< Amazon::SimpleDB::Response->new($http_response) >> instead of calling this directly. It will determine if request ended in an error from SimpleDB and will construct an object out of this class. diff --git a/lib/Amazon/SimpleDB/GetAttributesResponse.pm b/lib/Amazon/SimpleDB/GetAttributesResponse.pm index 66d58d3..76d583c 100644 --- a/lib/Amazon/SimpleDB/GetAttributesResponse.pm +++ b/lib/Amazon/SimpleDB/GetAttributesResponse.pm @@ -39,7 +39,7 @@ manpage for more. =head2 Amazon::SimpleDB::GetAttributesResponse->new($args) Constructor. It is recommended that you use -C<Amazon::SimpleDB::Response->new($http_response)> instead +C<< Amazon::SimpleDB::Response->new($http_response) >> instead of calling this directly. It will will determine if this specialized response class is appropriate and will call this constructor for you. diff --git a/lib/Amazon/SimpleDB/ListDomainsResponse.pm b/lib/Amazon/SimpleDB/ListDomainsResponse.pm index 7be4359..7d49bca 100644 --- a/lib/Amazon/SimpleDB/ListDomainsResponse.pm +++ b/lib/Amazon/SimpleDB/ListDomainsResponse.pm @@ -43,7 +43,7 @@ manpage for more. =head2 Amazon::SimpleDB::ListDomainsResponse->new($args) Constructor. It is recommended that you use -C<Amazon::SimpleDB::Response->new($http_response)> instead +C<< Amazon::SimpleDB::Response->new($http_response) >> instead of calling this directly. It will determine if this specialized response class is appropriate and will call this constructor for you. diff --git a/lib/Amazon/SimpleDB/QueryResponse.pm b/lib/Amazon/SimpleDB/QueryResponse.pm index c01bab4..bbd9241 100644 --- a/lib/Amazon/SimpleDB/QueryResponse.pm +++ b/lib/Amazon/SimpleDB/QueryResponse.pm @@ -55,7 +55,7 @@ manpage for more. =head2 Amazon::SimpleDB::QueryResponse->new($args) Constructor. It is recommended that you use -C<Amazon::SimpleDB::Response->new($http_response)> instead +C<< Amazon::SimpleDB::Response->new($http_response) >> instead of calling this directly. It will will determine if this specialized response class is appropriate and will call this constructor for you.