Skip to content

Commit

Permalink
Only import what we need from PoCo::IRC::Common
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 6, 2009
1 parent 75fb2a7 commit 6596d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/POE/Component/IRC/Plugin/Proxy.pm
Expand Up @@ -6,8 +6,8 @@ use Carp;
use Socket;
use POE qw(Wheel::SocketFactory Wheel::ReadWrite Filter::IRCD
Filter::Line Filter::Stackable);
use POE::Component::IRC::Plugin qw( :ALL );
use POE::Component::IRC::Common qw( :ALL );
use POE::Component::IRC::Plugin qw(:ALL);
use POE::Component::IRC::Common qw(u_irc);

our $VERSION = '6.04';

Expand Down

0 comments on commit 6596d10

Please sign in to comment.