File: 01_use.t

package info (click to toggle)
libhtml-scrubber-perl 0.11-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 296 kB
  • ctags: 38
  • sloc: perl: 673; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Check this module loads
#
use Test::More tests => 1;

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

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