Skip Menu |

This queue is for tickets about the POE-Declare CPAN distribution.

Report information
The Basics
Id: 51697
Status: resolved
Priority: 0/
Queue: POE-Declare

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

Bug Information
Severity: (no value)
Broken in: 0.22
Fixed in: (no value)



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.
Fixed in POE::Declare 0.53