File: 00-load.t

package info (click to toggle)
libhtml-tagset-perl 3.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 189; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!perl -w

use Test::More tests => 1;

use HTML::Tagset;

diag( "Testing HTML::Tagset $HTML::Tagset::VERSION, Test::More $Test::More::VERSION, Perl $], $^X" );

pass( 'Module loaded' );