|
ALEX-Transfer
=============
This is a megawidget that allows transfering of ALEX::DB records
between workfiles.
PRE-INSTALLATION
To properly test the module, you will need to create a
database called "calli_test", to which you have admin rights.
If this database is missing, most of the tests will be skipped.
You may safely remove this database after 'make test' finishes.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Tk
MARC::Record
ALEX::DB
ALEX::Search
Test::More
COPYRIGHT AND LICENSE
Copyright (C) 2004 by David A. Christensen
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|