#!/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"); }