Show
Ignore:
Timestamp:
08/28/08 13:52:41 (4 months ago)
Author:
tokuhirom
Message:

link to rt ticket

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/lib/App/Mobirc/Plugin/Component/IRCClient.pm

    r18380 r18381  
    1212    # POE::Filter::IRC::Compat->get_one returns undef when invalid CTCP request. 
    1313    # POE::Filter::Stackable dies when get the undef! 
     14    # see also http://rt.cpan.org/Ticket/Display.html?id=38773 
    1415    my $meta = Class::MOP::Class->initialize('POE::Filter::IRC::Compat') or die "cannot get meta class of the POE::Filter::IRC::Compat"; 
    1516    $meta->add_around_method_modifier('get_one', sub {