File: 01_use.t

package info (click to toggle)
libhtml-scrubber-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 422; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# 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");