File: 001_load.t

package info (click to toggle)
libapache2-authcassimple-perl 0.07-1~lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 200 kB
  • ctags: 138
  • sloc: perl: 1,880; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- perl -*-

# t/001_load.t - check module loading 

use Test::More tests => 1;

BEGIN { use_ok( 'Apache2::AuthCASSimple' ); }

#my $object = Apache2::AuthCASSimple->handler ();
#isa_ok ($object, 'Apache2::AuthCASSimple');