[Module]
Name=Class::DBI::Schema2Code
Changelog.Creator=Module::Metadata::Changes V 1.08 Changelog.Parser=Config::IniFiles V 2.57

[V 1.05]
Date=2010-02-21T12:54:49
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing). - Remove POD heads 'Required Modules' and 'Changes'. EOT

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

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

[V 1.02]
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.01]
Date=2004-07-19T14:43:00
Comments= <<EOT
- Change Makefile.PL to coexist with Module::Build - Add t/pod.t to test all PODs
EOT

[V 1.00]
Date=2004-03-18T10:23:29
Comments= <<EOT
- Original version
- See examples/parent-module.tmpl and generic-module.tmpl for sample templates used to generate Perl source code
- See examples/bootstrap.pl for code which loads 3 text files into 3 database tables
- See examples/generator.pl for code which generates Local::Project:: modules for the 3 tables
- See examples/reporter.pl for code which exercises the Local::Project::
modules - See examples/address-print.pl and campus-print.pl for subs which can be plugged into the generated modules Local::Project::Address.pm and Campus.pm to enhance the output of reporter.pl
- See examples/reporter.log for my output after having plugged in those 2 subs. Your output should be identical apart from OS-dependent line terminators. EOT