-Revision history for Perl extension ZOOM.
+Revision history for Perl extension Net::Z3950::ZOOM.
0.01 Fri Oct 7 16:14:20 2005
- original version; created by h2xs 1.23 with options
- --name=ZOOM --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport --autogen-xsubs yaz/zoom.h -lyaz -lxml2
-
+ --name=Net::Z3950::ZOOM --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport --autogen-xsubs yaz/zoom.h -lyaz -lxml2
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
- NAME => 'ZOOM',
- VERSION_FROM => 'lib/ZOOM.pm', # finds $VERSION
+ NAME => 'Net::Z3950::ZOOM',
+ VERSION_FROM => 'lib/Net/Z3950/ZOOM.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT_FROM => 'lib/ZOOM.pm', # retrieve abstract from module
+ (ABSTRACT_FROM => 'lib/Net/Z3950/ZOOM.pm', # retrieve abstract from module
AUTHOR => 'Mike Taylor <mike@>') : ()),
LIBS => ['-lyaz -lxml2 '], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
-ZOOM version 0.01
-=================
+Net-Z3950-ZOOM version 0.01
+===========================
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for