File: 00-load.t

package info (click to toggle)
libhtml-tidy-perl 1.56-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 324 kB
  • ctags: 181
  • sloc: perl: 1,164; sh: 23; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -T

use strict;
use warnings;

use Test::More tests => 1;

use HTML::Tidy;
use HTML::Tidy::Message;

diag( "Testing HTML::Tidy $HTML::Tidy::VERSION, Perl $];" );
pass( 'Modules loaded' );