W3C::Database Copyright 1997,1998,1999 W3C (MIT, INRIA, Keio ), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Please see http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright for the authoritative edition of this copyright notice. To configure this module, cd to the directory that contains this README file and type the following: perl Makefile.PL Alternatively, if you plan to install the W3C libraries somewhere other than your system's perl library directory. You can type something like this: perl Makefile.PL PREFIX=/home/me/perl INSTALLDIRS=perl Then to build you run make. make You can then test the module by typing: make test If you have write access to the installation directories, you may then install by typing: make install Thanks to Clark Cooper for the above discription of the CPAN installation procedures. Maybe I should have asked... Eric Prud'hommeaux eric@w3.org