1 2 3 4 5 6 7 8 9
#!/usr/bin/perl -w use strict; use Test::More tests => 1; TODO: { todo_skip "No tests written for VERP yet", 1; ok(1,"a test to skip"); }