The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Tk-MARC
=======

This is a collection of Perl/Tk widgets for editing MARC::Record objects.

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
 MARC::Descriptions
 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.