package # hide from PAUSE
Live::NS2::Ping2;
use Moose;
sub ping : Job {
return 'PONG';
}
1;