Changeset 14999 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
07/01/08 19:35:25 (5 months ago)
Author:
tokuhirom
Message:

hm. should not depend to this module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/XMPP.pm

    r14977 r14999  
    77use Carp; 
    88use Data::Dumper; 
    9 use Encode::DoubleEncodedUTF8; 
    109use Encode; 
    1110use XML::Stream; 
     
    3433    } 
    3534    unless (defined $status) { 
    36         carp "[FATAL] failed to connect ".join(':',$config->{host}, $config->{port}) . ' : ' . decode('utf-8-de', $client->GetErrorCode->{text}); 
     35        carp "[FATAL] failed to connect ".join(':',$config->{host}, $config->{port}) . ' : ' . $client->GetErrorCode->{text}; 
    3736        return; 
    3837    }