File: 01_load.t

package info (click to toggle)
libwww-google-calculator-perl 0.07-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 4,378; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# -*- perl -*-

# t/01_load.t - check module loading and create testing directory

use Test::More tests => 1;

BEGIN { use_ok( 'WWW::Google::Calculator' ); }