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/Hook/Queue.pm b/lib/Hook/Queue.pm
index 6c1f5d8..7083d5b 100644
--- a/lib/Hook/Queue.pm
+++ b/lib/Hook/Queue.pm
@@ -29,7 +29,7 @@ subroutine call addressed to it.
For each subroutine that joins the queue, it can either return a
canonical answer, or indicate that it's deferring along the queue by
-calling the C<Hook::Queue->defer> method and returning.
+calling the C<< Hook::Queue->defer >> method and returning.
When you say C<use Hook::Queue> you join the queue at its current
head, and as such your position may very, depending on compilation