Skip Menu |

This queue is for tickets about the Data-TableAutoSum CPAN distribution.

Report information
The Basics
Id: 51753
Status: new
Priority: 0/
Queue: Data-TableAutoSum

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/TableAutoSum.pm b/TableAutoSum.pm index 17be880..f5d1a88 100644 --- a/TableAutoSum.pm +++ b/TableAutoSum.pm @@ -346,8 +346,8 @@ You're supposed to don't do that. Changes every table element with the given code. Note that you have to change C<$_>, -so C<$table->change(sub {$_ *= 2})> doubles every element, -while C<$table->change(sub { 2 * $_ })> doesn't change anything. +so C<< $table->change(sub {$_ *= 2}) >> doubles every element, +while C<< $table->change(sub { 2 * $_ }) >> doesn't change anything. =item $table->merge(CODE, Data::TableAutoSum, Data::TableAutoSum)