Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / stdout_stderr
CommitLineData
5e727a3e 1BEGIN {
2 if ( $ENV{PERL_CORE} ) {
3 unshift @INC, '../lib';
4 }
5}
b965d173 6use Test::More 'no_plan';
7diag 'comments';
8ok 1;
9ok 1;
10ok 1;
11diag 'comment';
12ok 1;
13diag 'more ignored stuff';
14diag 'and yet more';