diff options
Diffstat (limited to 'cpan/Test-Simple/t/Simple/load.t')
-rw-r--r-- | cpan/Test-Simple/t/Simple/load.t | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/Simple/load.t b/cpan/Test-Simple/t/Simple/load.t new file mode 100644 index 0000000000..938569a5b8 --- /dev/null +++ b/cpan/Test-Simple/t/Simple/load.t @@ -0,0 +1,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 |