Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-harness-perl / libtest-harness-perl-3.12 / t / sample-tests / stdout_stderr
1 BEGIN {
2     if ( $ENV{PERL_CORE} ) {
3         unshift @INC, '../lib';
4     }
5 }
6 use Test::More 'no_plan';
7 diag 'comments';
8 ok 1;
9 ok 1;
10 ok 1;
11 diag 'comment';
12 ok 1;
13 diag 'more ignored stuff';
14 diag 'and yet more';