ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/XML-DB/DB.pm
Revision: 1.1
Committed: Sun Apr 21 15:41:31 2002 UTC (22 years, 1 month ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 =head1 NAME
2
3 XML::DB - emulate a native xml database using DBI
4
5 =head1 SYNOPSIS
6
7 =head1 DESCRIPTION
8
9 Ehrm... ;)
10
11 =head1 FUNCTIONS
12
13 =head1 SEE ALSO
14
15 =head1 AUTHOR
16
17 This perl extension was written by Marc Lehmann <pcg@goof.com>
18
19 =head1 BUGS
20
21 =cut
22
23 package XML::DB;
24
25 #require Exporter;
26 require DynaLoader;
27
28 $VERSION = 0.01;
29 @ISA = qw/DynaLoader/;
30
31 bootstrap DB $VERSION;
32
33 1;
34
35
36
37
38