use strict; use Test; BEGIN { plan tests => 1 } use SVN::Notify::Config; ok(1); 1;