Code Comments
Programming Forum and web based access to our favorite programming groups.The pure Perl module DBIx::Hash2Table V 2.00 is available immediately from CPAN, and from http://savage.net.au/Perl-modules.html. On-line docs, and a *.ppd for ActivePerl are also available from the latter site. An extract from the docs: 2.00 Mon Jul 19 14:43:00 2004 - Change the API, so that the constructor's parameter 'columns' no longer do es double duty. Now, instead of a single parameter 'columns', you use 2 paramet ers: 'columns' and 'extras'. The new parameter 'columns' takes exactly the same 3 values as did the old parameter of the same name, and any other values, whic h you previously had to put in sorted order at the end of the old parameter 'colum ns', can now be placed in any unsorted order in the new parameter 'extras'. The A PI should have always been like this - the previous design was very confusing. Since no new functionality has been introduced in V 2.00, there is no need t o upgrade, unless compatibility with Module::Build is important (see next poin t) - Change Makefile.PL to coexist with Module::Build - Rewrite the docs to help clarify the structure of the hash ref which is sa ved to the database - Patch examples/test-hashref2table.pl to match the new API - Delete ./test.pl - Add t/pod.t to test all PODs -- Cheers Ron Savage, ron@savage.net.au on 29/07/2004 http://savage.net.au/index.html
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.