Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / inc_taint
CommitLineData
e4fc8a1e 1#!/usr/bin/perl -Tw
2
5e727a3e 3BEGIN {
4 if ( $ENV{PERL_CORE} ) {
5 unshift @INC, '../lib';
6 }
7 else {
8 unshift @INC, 't/lib';
9 }
10}
11
e4fc8a1e 12use Test::More tests => 1;
13
b965d173 14ok( grep( /examples/, @INC ) );
e4fc8a1e 15