Revision history for Data-Babel

1.10_06 2012-mm-dd
	Added orthology mapping and changed 'translate' to use it

1.10_05 2012-11-xx
	New features
	  histories (Master objects)
	  'validate' method
          'validate' option for 'translate' and 'count'
----------
1.10_04 2012-11-18
	Only changes are to tests
	Refactored 04x series in preparation for histories and 'validate'
	  04x subtests can test 'translate' or 'count'
	  044.count removed from distribution
	Refactored 05x series in preparation for histories and 'validate'
	  000 subtest creates all graph types and db types
	  other subtests test specific features against db created by 000
	  subtests can test 'translate' or 'count' w/ and w/o filters
	  06x series merged into 05x as 'basecalc' db type
	  06x tests removed from distribution

1.10_03 2012-09-30
	New features
	  internal id types
	  'load_implicit_masters' method

1.10_02 2012-09-26
	New features
          Improved semantics for undefs in filters
	  'count' method
	Bug fixes
	  'translate' with empty input_ids would sometimes return NULL id

1.10_01 2012-08-25
	New features
	  filters - new arg to 'translate'
	Bug fixes
	  'translate' with empty input_ids. was generating illegal SQL, now
	    returns empty table
	  examples/babel.pl used deprecated qw(...) as parentheses.  should have
	    been done in 1.02.  sorry
----------
1.03    2012-08-21
	Added test for version number in POD
	Removed redundant 'dist_version_from' param from Build.PL

1.02    2012-08-02
        Changed tests to correct deprecated use of qw(...) as parentheses

1.01    2011-01-22
        Added 'translate all' (more precisely, the input_ids_all option to
	  translate) to generate a complete mapping of the input type to the
          output types.

1.00    2010-11-29
        First CPAN version, released on an unsuspecting world.

1.00_03 2010-11-19
	Added Module::Build to build_requires
	Added view operations to chk_mysql in Build.PL on the theory that FAILs 
	  are due to inability to create views

1.00_02 2010-11-16
	Added Class::AutoDB to requires

0.90    2010-08-22
        First version, released for internal use.