Parent Directory
|
Revision Log
first working version: - add support for repeatable fields (so all hash values becomed arrays, even with single element) - scripts to dump CDS/ISIS database using this module and OpenIsis - to_ascii method which dumps ascii output of record
1 | dpavlin | 1 | #!/usr/bin/perl -w |
2 | |||
3 | use strict; | ||
4 | use blib; | ||
5 | |||
6 | use Test::More tests => 2; | ||
7 | |||
8 | BEGIN { use_ok( 'IsisDB' ); } | ||
9 | |||
10 | my $object = IsisDB->new ( | ||
11 | isisdb => '/data/isis_data/ps/LIBRI/LIBRI', | ||
12 | dpavlin | 2 | ); |
13 | dpavlin | 1 | |
14 | isa_ok ($object, 'IsisDB'); | ||
15 | |||
16 |
Name | Value |
---|---|
svn:executable |
ViewVC Help | |
Powered by ViewVC 1.1.26 |