Skip Menu |

This queue is for tickets about the List-Conditional CPAN distribution.

Report information
The Basics
Id: 44120
Status: new
Priority: 0/
Queue: List-Conditional

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: POD typo
Hi, this diff is against your 0.01 version from CPAN: diff --git a/lib/List/Conditional.pm b/lib/List/Conditional.pm index 58f8368..7adc153 100644 --- a/lib/List/Conditional.pm +++ b/lib/List/Conditional.pm @@ -53,7 +53,7 @@ B<clist> is automatically exported, as it is the only function in this module. =head2 clist -B<Arguments:> an even number of elements, interpreted as pairs of C<condition => value> +B<Arguments:> an even number of elements, interpreted as pairs of C<< condition => value >> B<Returns:> the list of values, for which the associated condition evaluates to true. Thanks, Frank