File: 01use.t

package info (click to toggle)
libhtml-prototype-perl 1.48-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 508 kB
  • sloc: perl: 608; makefile: 4
file content (8 lines) | stat: -r--r--r-- 172 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
use strict;
use Test::More tests => 3;

BEGIN {
    use_ok('HTML::Prototype::Helper::Tag');
    use_ok('HTML::Prototype::Helper');
    use_ok('HTML::Prototype');
}