File: 00_compile.t

package info (click to toggle)
libhtml-escape-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 316 kB
  • sloc: perl: 59; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (2)
1
2
3
4
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'HTML::Escape' }