Skip to content

Commit

Permalink
Only import what we need
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 7, 2009
1 parent 3459966 commit cc6b050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/POE/Component/IRC/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package POE::Component::IRC::State;
use strict;
use warnings;
use POE;
use POE::Component::IRC::Common qw(:ALL);
use POE::Component::IRC::Plugin qw(:ALL);
use POE::Component::IRC::Common qw(u_irc parse_mode_line parse_ban_mask);
use POE::Component::IRC::Plugin qw(PCI_EAT_NONE);
use base qw(POE::Component::IRC);

our $VERSION = '6.04';
Expand Down

0 comments on commit cc6b050

Please sign in to comment.