Subject: | Doc link typo |
Aspect::Advice links to Advice::Point instead of Aspect::Point.
You know, if this project were on Github making a doc patch would have been way easier. *hint hint, nudge nudge*
You know, if this project were on Github making a doc patch would have been way easier. *hint hint, nudge nudge*
Subject: | doc.patch |
diff --git a/lib/Aspect/Advice.pm b/lib/Aspect/Advice.pm
index 6300ae9..8752d7d 100644
--- a/lib/Aspect/Advice.pm
+++ b/lib/Aspect/Advice.pm
@@ -142,7 +142,7 @@ own lexical scope between the caller and callee, with a specific C<proceed>
call required in your code to execute the target function. See
L<Aspect::Advice::Around> for more information.
-When the advice code is called, it is provided with an L<Advice::Point>
+When the advice code is called, it is provided with an L<Aspect::Point>
object which describes the context of the call to the target function, and
allows you to change it.