Remove broken links for hip communications inc.
[p5sagit/p5-mst-13.2.git] / t / lib / Test / Simple / sample_tests / success.plx
1 require Test::Simple;
2
3 push @INC, 't/lib';
4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
6
7 Test::Simple->import(tests => 5);
8
9 ok(1);
10 ok(5, 'yep');
11 ok(3, 'beer');
12 ok("wibble", "wibble");
13 ok(1);