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