#!/usr/bin/perl use Test; BEGIN { plan tests => 1 }; use VCP::Dest::svk; ok(1); exit;