annotate t/1.t @ 3:cb79baed256e

remove Exporter to avoid "can't locate object method nw". Why this can happen?
author kono
date Sat, 25 Jan 2003 12:43:45 +0900
parents 111809a2ea45
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
111809a2ea45 Initial revision
kono
parents:
diff changeset
1 # Before `make install' is performed this script should be runnable with
111809a2ea45 Initial revision
kono
parents:
diff changeset
2 # `make test'. After `make install' it should work as `perl 1.t'
111809a2ea45 Initial revision
kono
parents:
diff changeset
3
111809a2ea45 Initial revision
kono
parents:
diff changeset
4 #########################
111809a2ea45 Initial revision
kono
parents:
diff changeset
5
111809a2ea45 Initial revision
kono
parents:
diff changeset
6 # change 'tests => 1' to 'tests => last_test_to_print';
111809a2ea45 Initial revision
kono
parents:
diff changeset
7
111809a2ea45 Initial revision
kono
parents:
diff changeset
8 use Test::More tests => 1;
111809a2ea45 Initial revision
kono
parents:
diff changeset
9 BEGIN { use_ok('Calcon') };
111809a2ea45 Initial revision
kono
parents:
diff changeset
10
111809a2ea45 Initial revision
kono
parents:
diff changeset
11 #########################
111809a2ea45 Initial revision
kono
parents:
diff changeset
12
111809a2ea45 Initial revision
kono
parents:
diff changeset
13 # Insert your test code below, the Test::More module is use()ed here so read
111809a2ea45 Initial revision
kono
parents:
diff changeset
14 # its man page ( perldoc Test::More ) for help writing this test script.
111809a2ea45 Initial revision
kono
parents:
diff changeset
15