Skip Menu |

This queue is for tickets about the OpenResty CPAN distribution.

Report information
The Basics
Id: 51704
Status: resolved
Priority: 0/
Queue: OpenResty

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

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



Subject: [Patch] POD nits
The attached patch (against 0.5.11) fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/OpenResty/SQL/Select.pm b/lib/OpenResty/SQL/Select.pm index 9953e09..bb22725 100644 --- a/lib/OpenResty/SQL/Select.pm +++ b/lib/OpenResty/SQL/Select.pm @@ -117,10 +117,11 @@ This class provides an OO interface for generating SQL select statements without =item C<from(@tables)> -=item C<where($column => $value)> +=item C<< where($column => $value) >> =item C<order_by($column)> -=item C<order_by($column => $direction)> + +=item C<< order_by($column => $direction) >> =item C<limit($limit)> diff --git a/lib/OpenResty/SQL/Update.pm b/lib/OpenResty/SQL/Update.pm index 37a5dbc..08824f1 100644 --- a/lib/OpenResty/SQL/Update.pm +++ b/lib/OpenResty/SQL/Update.pm @@ -94,13 +94,15 @@ This class provides an OO interface for generating SQL update statements without =over =item C<new($table)> + =item C<new()> =item C<update($table)> -=item C<where($column => $value)> +=item C<< where($column => $value) >> =item C<reset()> + =item C<reset($table)> =item C<generate>
Subject: Re: [rt.cpan.org #51704] [Patch] POD nits
Date: Fri, 20 Nov 2009 16:10:15 +0800
To: bug-OpenResty [...] rt.cpan.org
From: agentzh <agentzh [...] gmail.com>
On Thu, Nov 19, 2009 at 6:09 PM, Frank Wiegand via RT <bug-OpenResty@rt.cpan.org> wrote: Show quoted text
> > The attached patch (against 0.5.11) fixes some POD, which renders wrong, > at least at search.cpan.org. >
Thanks so much! I've just applied the patch and released OpenResty.pm 0.5.12 :) Best, -agentzh