The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Check this module loads

use strict;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok('HTML::Scrubber') || print "Bail out!\n";
}

diag("Testing HTML::Scrubber $HTML::Scrubber::VERSION, Perl $], $^X");