This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to 5.16.0 RC0
[perl5.git] / cpan / Test / t / success.t
CommitLineData
809908f7
MS
1# -*-perl-*-
2use strict;
3use Test;
4BEGIN { plan tests => 11 }
5
6ok(ok(1));
7ok(ok('fixed', 'fixed'));
edd5bad5 8ok(skip("just testing skip()",0));
809908f7
MS
9ok(undef, undef);
10ok(ok 'the brown fox jumped over the lazy dog', '/lazy/');
11ok(ok 'the brown fox jumped over the lazy dog', 'm,fox,');