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