X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=net.pl;h=3dbf3f8681f7a7975dc469c6501c60e1ae255d9b;hp=bcb9002814e1979e5acbc7fa7888b3980065afa3;hb=9db5de0ec290fd8b82a9c510e0d627b31e44d9bd;hpb=80f827633d7173e4388bfce83f6bb304f37cecab diff --git a/net.pl b/net.pl index bcb9002..3dbf3f8 100755 --- a/net.pl +++ b/net.pl @@ -3,14 +3,14 @@ package Xchat::VPIT::Net; use strict; use warnings; -use List::Util qw/max/; -use Locale::Country qw/code2country/; +use List::Util qw; +use Locale::Country qw; -use Xchat qw/:all/; +use Xchat qw<:all>; use lib get_info 'xchatdir'; use Xchat::XPI; -use Xchat::XPI::Net qw/resolve whois/; +use Xchat::XPI::Net qw; our $VERSION = '0.02';