Changeset 18381 for lang/perl

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

link to rt ticket

Location:
lang/perl/mobirc/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/Makefile.PL

    r18379 r18381  
    1515requires 'POE'                         => '1.003'; 
    1616requires 'POE::Sugar::Args'            => '1.3'; 
    17 requires 'POE::Component::IRC'         => '5.86'; 
     17requires 'POE::Component::IRC'         => '5.86'; # THIS VERSION HAS BUG! http://rt.cpan.org/Ticket/Display.html?id=38773 
    1818 
    1919# mobile stuff 
  • 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 {