Skip to content

Commit

Permalink
load missing List::Util module
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Oct 7, 2012
1 parent d9b07d6 commit 9d61838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FusionInventory/Agent/Task/WakeOnLan.pm
Expand Up @@ -9,6 +9,7 @@ use constant PF_PACKET => 17;
use constant SOCK_PACKET => 10;

use English qw(-no_match_vars);
use List::Util qw(first);
use Socket;

use FusionInventory::Agent::Tools;
Expand Down

0 comments on commit 9d61838

Please sign in to comment.