uups, renamed refresh back to server->refresh so we can call it
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 4 Aug 2009 13:31:06 +0000 (13:31 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 4 Aug 2009 13:31:06 +0000 (13:31 +0000)
lib/PXElator/server.pm

index 458eabd..02ea204 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use strict;
 
 use Module::Refresh qw//;
-sub x_refresh { Module::Refresh->refresh };
+sub refresh { Module::Refresh->refresh };
 
 our $ip      = '172.16.10.1';
 our $netmask = '255.255.255.0';