--- t/00-compile.t +++ t/00-compile.t @@ -34,7 +34,7 @@ sub _find_scripts { my $found = $File::Find::name; # nothing to skip open my $FH, '<', $_ or do { - note( "Unable to open $found in ( $! ), skipping" ); + diag( "Unable to open $found in ( $! ), skipping" ); return; }; my $shebang = <$FH>; --- xt/release/changes_has_content.t +++ xt/release/changes_has_content.t @@ -2,7 +2,7 @@ use Test::More tests => 2; -note 'Checking Changes'; +diag 'Checking Changes'; my $changes_file = 'Changes'; my $newver = '0.101622'; my $trial_token = '-TRIAL';