1#!/usr/bin/perl 2 3# Because I broke "use Test::Simple", here's a test 4 5use strict; 6use warnings; 7 8use Test::Simple; 9 10print <<END; 111..1 12ok 1 - use Test::Simple with no arguments 13END 14