use
strict;
use
warnings;
BEGIN {
#<<<
do
'./t/lib/construction.pl'
//
# used in testing
do
'./lib/construction.pl'
//
# used syntax checking in Eclipse
die
"Can't load construction.pl"
;
#>>>
}
note(
"Use Ref::Util functions for checking array references"
);
test_construction();
}
else
{
plan
skip_all
=>
'Ref::Util not available'
;
done_testing;
}