Revision history for Perl extension Class::DBI::Schema2Code.

1.05  Sun Feb 21 12:54:49 2010
	- Remove text 'All rights reserved' (for Debian licensing).
	- Remove POD heads 'Required Modules' and 'Changes'.

1.04  Wed Feb 10 14:01:35 2010
	- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.

1.03  Fri Nov 13 13:20:00 2009
	- Run dos2unix
	- Rename Changes.txt to CHANGES

1.02  Thu Oct 27 19:40:00 2005
	- 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

1.01  Mon Jul 19 14:43:00 2004
	- Change Makefile.PL to coexist with Module::Build
	- Add t/pod.t to test all PODs

1.00  Thu Mar  18 10:23:29 2004
	- 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.
