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