File: plan_skip_all.t

package info (click to toggle)
libtest-simple-perl 0.41-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 304 kB
  • ctags: 85
  • sloc: perl: 1,428; makefile: 33
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
use Test::More;

plan skip_all => 'Just testing plan & skip_all';

fail('We should never get here');