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