test.pl 156 B

1234567891011
  1. #!/usr/bin/perl
  2. use warnings;
  3. use strict;
  4. use Test::More;
  5. my $rc = 0;
  6. $rc = plan skip_all => "No good reason";
  7. diag("Returned: " . sprintf("%d", $rc));