From: John Graham-C. <jgr...@us...> - 2005-12-20 19:57:42
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20878/Classifier Modified Files: Bayes.pm Log Message: Ensure that the piddir, msgdir and logdir are automatically created using File::Path and expose Configuration::path_join via POPFile::Module so that we correctly concatenate paths Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.347 retrieving revision 1.348 diff -C2 -d -r1.347 -r1.348 *** Bayes.pm 19 Dec 2005 11:41:52 -0000 1.347 --- Bayes.pm 20 Dec 2005 19:57:32 -0000 1.348 *************** *** 1487,1495 **** # $session A session key previously returned by get_session_key # ! # Releases and invalidates the session key. Worker function that does the work ! # of release_session_key. ! # ****DO NOT CALL DIRECTLY**** ! # unless you want your session key released immediately, possibly preventing ! # asynchronous tasks from completing # #---------------------------------------------------------------------------- --- 1487,1497 ---- # $session A session key previously returned by get_session_key # ! # Releases and invalidates the session key. Worker function that does ! # the work of release_session_key. ! # ! # **** DO NOT CALL DIRECTLY **** ! # ! # unless you want your session key released immediately, possibly ! # preventing asynchronous tasks from completing # #---------------------------------------------------------------------------- |