The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Version .04
* Implemented support for Indexes
* Fixed find_table bug (exploited when find_all_tables was called before find_table)
* Added more helpful comments in POD
* Added Test::Unit::TestRunner as a dependency of this project

Version .03
* Implemented MySQL support (Alpha)
* Handling type attributes (length, not null, etc)
* Refactored a bit out of CommonRDB and placed into Introspector.pm