summaryrefslogtreecommitdiffstats
path: root/misc/bundle/t/00load.t
blob: 286b9e09c4d24014d5102b756bf6aafbc91c6a03 (plain)
1
2
3
4
5
6
7
8
9
use strict;                                                      # -*- perl -*-
use Test;

BEGIN { plan tests => 1 }

eval {
  require Bundle::W3C::Validator;
};
ok(!$@);