File: 01_load.t

package info (click to toggle)
libtest-www-selenium-perl 1.36-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: perl: 2,382; xml: 1,459; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/perl -w
use strict;
use Test::More tests => 2;
use lib 'lib';

use_ok 'WWW::Selenium';
use_ok 'Test::WWW::Selenium';