File: 001_load.t

package info (click to toggle)
libhtml-calendarmonthsimple-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 673; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- perl -*-

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

use Test::More tests => 2;

BEGIN { use_ok( 'HTML::CalendarMonthSimple' ); }

my $object = HTML::CalendarMonthSimple->new ();
isa_ok ($object, 'HTML::CalendarMonthSimple');