Krang::Test::Util - helpful testing routines
use Krang::ClassLoader 'Test::Util' => qw(restart_krang);
restart_krang()
or skip("Krang servers couldn't be restarted, skipping tests.", 7);
=head1 DESCRIPTION
This package provides some handy methods that simplify some common repetitive tasks when testing Krang.
This routine will restart Krang and return true if successful