|
From: John Graham-C. <jgr...@us...> - 2007-11-30 14:50:03
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7193 Modified Files: Tag: b0_22_2 popfile.pck Log Message: Clean up the packing list so the the IMAP::Client module is optional and only needed for IMAP support, add a reason for the MeCab module Index: popfile.pck =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pck,v retrieving revision 1.4.4.2 retrieving revision 1.4.4.3 diff -C2 -d -r1.4.4.2 -r1.4.4.3 *** popfile.pck 27 Nov 2007 07:54:36 -0000 1.4.4.2 --- popfile.pck 30 Nov 2007 14:49:52 -0000 1.4.4.3 *************** *** 20,26 **** REQUIRED 0.0.0 MIME::Base64 REQUIRED 0.0.0 MIME::QuotedPrint ! OPTIONAL- 0.0.0 MeCab REQUIRED 0.0.0 POSIX ! REQUIRED 0.0.0 Services::IMAP::Client REQUIRED 0.0.0 Sys::Hostname OPTIONAL-Japanese Language Support 0.0.0 Text::Kakasi --- 20,26 ---- REQUIRED 0.0.0 MIME::Base64 REQUIRED 0.0.0 MIME::QuotedPrint ! OPTIONAL-Japanese Language Support 0.0.0 MeCab REQUIRED 0.0.0 POSIX ! OPTIONAL-IMAP Support 0.0.0 Services::IMAP::Client REQUIRED 0.0.0 Sys::Hostname OPTIONAL-Japanese Language Support 0.0.0 Text::Kakasi |