use strict; use warnings; use Test::More(tests => 1); # Make sure the module can be compiled use Kwiki::Archive::Cvs; ok(1);