summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Simple/load.t
blob: 938569a5b859a53750c5a21700e4faf7a96e8212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

# Because I broke "use Test::Simple", here's a test

use strict;
use warnings;

use Test::Simple;

print <<END;
1..1
ok 1 - use Test::Simple with no arguments
END