#!perl -w
BEGIN {
chdir 't';
}
}
# If we skip with the same name, Test::Harness will report it back and
# we won't get lots of false bug reports.
my $Why = "Just testing the skip interface.";
}
}
}
}
{
my $warning;
SKIP: {
# perl gets the line number a little wrong on the first
# statement inside a block.
1 == 1;
#line 56
}
"block at $0 line 56\n",
'skip without $how_many warning' );
}
SKIP: {
# Testing out nested skips.
SKIP: {
}
}