HTML::DublinCore
====================
A module for extracting Dublin Core metadata from HTML. Dublin Core is a 15
element metadata set for describing electronic resources. For more information
about Dublin Core see http://www.dublincore.org/documents/dces/, and for
more information about using HTML::DublinCore see the perldoc.
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:
- HTML::Parser
- DublinCore::Record
COPYRIGHT AND LICENCE
Copyright (C) 2003,2004 Ed Summers , Brian Cassidy
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.