1 2 3 4 5 6 7 8 9
use strict; # -*- perl -*- use Test; BEGIN { plan tests => 1 } eval { require Bundle::W3C::Validator; }; ok(!$@);