File: 01_use.t

package info (click to toggle)
libhtml-scrubber-perl 0.08-4%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 140 kB
  • ctags: 23
  • sloc: perl: 329; makefile: 43
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'

#########################

# change 'tests => 1' to 'tests => ';

use Test;
BEGIN { plan tests => 1 };
use HTML::Scrubber;
ok(1);