[Module]
Name=DBIx::Admin::TableInfo
Changelog.Creator=Module::Metadata::Changes V 1.08 Changelog.Parser=Config::IniFiles V 2.57

[V 2.05]
Date=2010-06-25T11:27:00
Comments=- The META.yml file shipped with V 2.04 was faulty. My apologies.

[V 2.04]
Date=2010-06-18T13:38:00
Comments= <<EOT
- Test with Postgres V 08.03.1100 and DBD::Pg V 2.17.1. - With Postgres note the fact that the 'table' parameter to table_info() must now take the value '%' and not the value 'table'. - Test with MySql V 5.0.51a and DBD::mysql V 4.014. - With MySQL create tables using these clauses: index foreign key engine. - Test with SQLite V 3.6.22 and DBD::SQLite V 1.29. - With SQLite ignore table 'sqlite_sequence'. - Update docs in various ways.
- Rename table-info.pl to table.info.pl. EOT

[V 2.03]
Date=2010-02-21T12:54:56
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing). - Remove POD heads 'Required Modules' and 'Changes'. - Replace personal doc root with /var/www. - Use namespace::autoclean with Moose.
EOT

[V 2.02]
Date=2010-02-10T14:01:44
Comments=- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.

[V 2.01]
Date=2009-11-13T13:20:00
Comments= <<EOT
- Run dos2unix
- Rename Changes.txt to CHANGES
EOT

[V 2.00]
Date=2006-04-20T11:19:00
Comments= <<EOT
- Add primary key info
- Add foreign key info
- Rename parameters to new():
o table_catalog is now catalog
o table_schema is now schema
o column_catalog is now catalog
o column_schema is now schema
- Add parameters to new() to support Oracle: o table
o type
- Document parameter values for:
o MS Access
o MySQL
o Oracle
o PostgreSQL
- Update docs
- Rewrite examples/test-table-info.pl to use Data::Dumper - Chop examples/test-table-info.cgi because it added nothing useful to the distro EOT

[V 1.03]
Date=2005-10-27T19:40:00
Comments= <<EOT
- Simplify code in new() to no longer check if caller is an object as per the new standard on such matters - Regenerate META.yml with Module::Build V 0.2611 to correct a faulty META.yml output by V 0.24 which falsely said 'provides: {}' which in turn stopped the PAUSE indexer from finding the module file which in turn meant this module might be omitted from the master index: ftp://pause.perl.org/pub/PAUSE/modules/01modules.index.html EOT

[V 1.02]
Date=2004-07-19T14:43:00
Comments= <<EOT
- Change Makefile.PL to coexist with Module::Build - Add comments to the POD about having tested against MySQL V 4 MS Access V 2 (sic) and MS Access 2002 - Add t/pod.t to test all PODs
EOT

[V 1.01]
Date=2004-03-03T10:08:41
Comments= <<EOT
- Add method refresh() to re-create internal data by re-calling DBI's table_info(). This has to be called after you change the database structure eg by doing 'drop table <some table>' or something similar EOT

[V 1.00]
Date=2004-01-21T12:37:29
Comments=- Original version