Skip Menu |

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

Report information
The Basics
Id: 51735
Status: resolved
Priority: 0/
Queue: Data-Rmap

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

Bug Information
Severity: (no value)
Broken in: 0.62
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/lib/Data/Rmap.pm b/lib/Data/Rmap.pm index 72cf43d..b11d855 100644 --- a/lib/Data/Rmap.pm +++ b/lib/Data/Rmap.pm @@ -320,8 +320,8 @@ If there's two paths to an element, one will be taken randomly when there is an intervening hash. Autovivification can lead to "Deep recursion" warnings if you test -C<exists $_->{this}{that}> instead of -C<exists $_->{this} && exists $_->{this}{that}> +C<< exists $_->{this}{that} >> instead of +C<< exists $_->{this} && exists $_->{this}{that} >> as you may follow a long chain of "this"s
Fixed in 0.64