The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

# $CVSHeader: Mozilla-DOM/t/DOM.t,v 1.2 2007-06-06 21:47:32 slanning Exp $

use strict;
use warnings;

use Test::More tests => 1;

BEGIN { use_ok('Mozilla::DOM') }