Subject: | [Patch] POD nit |
The attached patch (against 0.22) fixes some POD, which renders wrong,
at least at search.cpan.org.
The error resides still in 0.23_01.
Subject: | pod.patch |
diff --git a/lib/POE/Declare/Object.pm b/lib/POE/Declare/Object.pm
index 89b288b..e8ff99c 100644
--- a/lib/POE/Declare/Object.pm
+++ b/lib/POE/Declare/Object.pm
@@ -414,7 +414,7 @@ sub callback {
...
}
-The C<lookback> method is a safe alias for C< [ $self->Alias, 'event_name' ] >.
+The C<lookback> method is a safe alias for C<< [ $self->Alias, 'event_name' ] >>.
When creating the lookback, the name will be double checked to verify that
the handler actually exists and is registered.