CVS Id.
[ZOOM-Perl-moved-to-github.git] / lib / Net / Z3950 / ZOOM.pm
1 # $Id: ZOOM.pm,v 1.2 2005-10-11 11:37:07 mike Exp $
2
3 package Net::Z3950::ZOOM; 
4
5 use 5.008;
6 use strict;
7 use warnings;
8 use AutoLoader qw(AUTOLOAD);
9
10 our @ISA = qw();
11
12 our $VERSION = '0.01';
13
14 require XSLoader;
15 XSLoader::load('Net::Z3950::ZOOM', $VERSION);
16
17 # Preloaded methods go here.
18
19 # Autoload methods go after =cut, and are processed by the autosplit program.
20
21 1;
22 __END__
23 # Below is stub documentation for your module. You'd better edit it!
24
25 =head1 NAME
26
27 Net::Z3950::ZOOM - Perl extension for blah blah blah
28
29 =head1 SYNOPSIS
30
31   use Net::Z3950::ZOOM;
32   blah blah blah
33
34 =head1 DESCRIPTION
35
36 Stub documentation for Net::Z3950::ZOOM, created by h2xs. It looks like the
37 author of the extension was negligent enough to leave the stub
38 unedited.
39
40 Blah blah blah.
41
42
43 =head1 SEE ALSO
44
45 Mention other useful documentation such as the documentation of
46 related modules or operating system documentation (such as man pages
47 in UNIX), or any relevant external documentation such as RFCs or
48 standards.
49
50 If you have a mailing list set up for your module, mention it here.
51
52 If you have a web site set up for your module, mention it here.
53
54 =head1 AUTHOR
55
56 Mike Taylor, E<lt>mike@E<gt>
57
58 =head1 COPYRIGHT AND LICENSE
59
60 Copyright (C) 2005 by Mike Taylor
61
62 This library is free software; you can redistribute it and/or modify
63 it under the same terms as Perl itself, either Perl version 5.8.4 or,
64 at your option, any later version of Perl 5 you may have available.
65
66
67 =cut