From 847827c02c72e813f9cbe6d3280a744c9675ff1d Mon Sep 17 00:00:00 2001 From: David Wheeler Date: Wed, 17 Mar 2004 03:38:11 +0000 Subject: [PATCH] Add HTMLArea spell-checking modules. git-svn-id: http://svn.bricolage.cc/trunk/distutils/BricolagePlus@4881 d891ef98-e4d9-0310-886a-e7f4d30e8d80 --- README | 4 ++++ lib/Bundle/BricolagePlus.pm | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/README b/README index b588bb5..2480983 100644 --- a/README +++ b/README @@ -27,6 +27,10 @@ HTTP::DAV - Perl WebDAV Client Library Text::Levenshtein - An implementation of the Levenshtein edit distance Crypt::SSLeay - OpenSSL glue that provides LWP https support Imager - Perl extension for Generating 24 bit Images +Text::Apell - Perl interface to the GNU Aspell library +XML::DOM - Module for building DOM Level 1 compliant document + structures +CGI - Simple Common Gateway Interface Class INSTALLATION diff --git a/lib/Bundle/BricolagePlus.pm b/lib/Bundle/BricolagePlus.pm index 6b0c453..f99fd1a 100644 --- a/lib/Bundle/BricolagePlus.pm +++ b/lib/Bundle/BricolagePlus.pm @@ -53,6 +53,12 @@ Crypt::SSLeay - OpenSSL glue that provides LWP https support Imager - Perl extension for Generating 24 bit Images +Text::Apell - Perl interface to the GNU Aspell library + +XML::DOM - Module for building DOM Level 1 compliant document structures + +CGI - Simple Common Gateway Interface Class + =head1 AUTHOR David Wheeler