The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Text-ParseAHD version 0.0.2

Text::Mining parses the American Heritage Dictionary from http://dictionary.reference.com
and stores words and their definitions in the Word and Definition objects

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

Class::Std
Class::Std::Utils



COPYRIGHT AND LICENCE

Copyright (C) 2010, Crabtree, Nathan

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.