Rex-Virtualization-CBSD/t/10-load.t

14 lines
281 B
Perl

#!perl
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Rex::Virtualization::CBSD::brestart' ) || print "Bail out!\n";
}
diag( "Testing Rex::Virtualization::CBSD::brestart $Rex::Virtualization::CBSD::brestart::VERSION, Perl $], $^X" );