/[Biblio-Isis]/trunk/t/001_load.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/t/001_load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations)
Thu Jan 6 20:48:07 2005 UTC (19 years, 3 months ago) by dpavlin
File MIME type: application/x-troff
File size: 215 byte(s)
renamed module to Biblio::Isis

1 #!/usr/bin/perl -w
2
3 use strict;
4 use blib;
5
6 use Test::More tests => 2;
7
8 BEGIN { use_ok( 'Biblio::Isis' ); }
9
10 my $object = Biblio::Isis->new (
11 isisdb => './data/winisis/BIBL',
12 );
13
14 isa_ok ($object, 'Biblio::Isis');
15
16

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26