Mark Stosberg wrote: > Hello, > > I made great progress with CGI::Session maintenance today.
> Summary of changes I've made to CGI::Session: > > * document that param values may also be a hashref or arrayref > * Add code and tests for $CGI::Session::MySQL::TABLE_NAME (which worked in > 3.x) > * remove stale comment > * provide more details when there is a DB problem, for faster debugging > * Allow test to run using DBI_DSN > * adding a little documentation to the DBI driver > * don't hijack the plan > * Call number_of_tests through OO layer for better sub-classing > * add some documentation to CGI::Session::Test::Default > * Allow PostgreSQL tests to run by simply setting DBI_DSN. > * mention exactly which server we are trying to connect to > * minor clean-ups > * typo fix: Use the 'Pg' driver to test PostgreSQL > * improving table_name support > * RT#6141: confirm that CGI::Simple is supported > * typo fix > * Adding docs, tests and code for is_new(), a regression from 3.95 > * moving .pm files to ./lib for more convenient use > * Adding all 3.x tests to test suite. (There are some test failures) There is at least one more that I would like to make. I've tried to contact the author before about it, but to no avail. It envolves allowing C::S to use mod_unique_id to generate the unique identifier since this works better (more reliably) in a clustered environment. I've got it mostly done, I guess I'm just waiting for the 'official' svn repo to be setup (no offence to darcs :). It's a minor addition anyway so it shouldn't be a big deal, I just wanted to mention it. -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
