The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Data-Storage

0.08  Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
     - Changed dist style and Changes back to standard. People didn't like it -
       the nail that sticks out gets hammered down.
     - Added standard test files; this will also help with CPANTS.
     - added prepare_named() and other optimizations
     - commit() returns if AutoCommit is enabled

0.07  Thu, 29 May 2008 12:03:50 -0000 (Marcel Gruenauer <marcel@cpan.org>)
     - set the version to 0.07
     - Data::Storage::DBI: avoid rollback and commit if AutoCommit is enabled;
       this used to cause an error message
     - .shipit: fixed svk.tagpattern

0.06  Mon, 25 Feb 2008 14:05:30 -0000 (Marcel Gruenauer <marcel@cpan.org>)
     - set the version to 0.06
     - moved generated documentation of interited methods to after
       documentation of this class' methods so the manpage is more readable
     - Data::Storage now uses mk_constructor and so also derives from
       Class::Accessor::Complex

0.05  Wed, 28 Nov 2007 22:11:34 -0000 (Marcel Gruenauer <marcel@cpan.org>)
     - set the version to 0.05
     - test

0.04  Wed, 28 Nov 2007 22:07:12 -0000 (Marcel Gruenauer <marcel@cpan.org>)
     - added requirements for Class::Accessor::Complex,
       Class::Accessor::Constructor and Error::Hierarchy
     - .shipit: added Twitter step
     - Makefile.PL: added auto_install() and process_templates()
     - lib/*: converted to template
     - updated MANIFEST
     - updated t/perlcriticrc
     - Data::Storage::DBI: added dbhost, port and support for that in
       connect_string(). Moved this functionality out of
       Data::Storage::DBI::Postgres
     - test
     - tags: BUGFIX

0.03  Wed, 07 Nov 2007 19:32:48 +0100 (Marcel Gruenauer <marcel@cpan.org>)
     - removed another dependency on Class::Scaffold. Sigh...
     - fixed inheritance and constructor in Data::Storage::Statement

0.02  Wed, 07 Nov 2007 18:49:30 +0100 (Marcel Gruenauer <marcel@cpan.org>)
     - removed circular dependency on Class::Scaffold

0.01  Wed, 07 Nov 2007 11:39:00 +0100 (Marcel Gruenauer <marcel@cpan.org>)
     - original version