File: 00load.t

package info (click to toggle)
w3c-markup-validator 1.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,476 kB
  • sloc: perl: 2,936; xml: 1,331; python: 427; sh: 124; makefile: 41
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;                                                      # -*- perl -*-
use Test;

BEGIN { plan tests => 1 }

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