--- lib/PXElator/dhcpd.pm 2009/08/02 03:31:39 114 +++ lib/PXElator/dhcpd.pm 2009/08/03 08:52:32 118 @@ -19,7 +19,6 @@ use File::Slurp; use Data::Dump qw/dump/; use Net::Ping; -use Module::Refresh; use lib '..'; use Net::DHCP::Packet; @@ -198,7 +197,6 @@ print "DHCP listen on ",$sock->sockhost,":",$sock->sockport,"\n"; while (1) { - Module::Refresh->refresh; process_packet $sock; } }