~kfader/mvhub/pages.t-too-slow

« back to all changes in this revision

Viewing changes to lib-mvhub/t/01-load.t

mergedĀ lp:~fallaby/mvhub/remove_begin_block_578482

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use warnings;
7
7
use Test::More;
8
8
 
9
 
BEGIN {
10
 
    use FindBin qw($Bin);
11
 
    chdir $Bin;
12
 
}
13
 
 
14
9
eval ' use Test::NoWarnings; ';
15
10
plan skip_all => "Test::NoWarnings needed "
16
11
    if $@;