File: 01_use.t

package info (click to toggle)
libhtml-scrubber-perl 0.09-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 272 kB
  • sloc: perl: 708; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
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);