|  |  
 |   |   
 NAMEMySQL::Diff - Generates a database upgrade instruction set SYNOPSISuse MySQL::Diff; my $md = MySQL::Diff->new( %options ); my $db1 = $md->register_db($ARGV[0], 1); my $db2 = $md->register_db($ARGV[1], 2); my $diffs = $md->diff(); DESCRIPTIONGenerates the SQL instructions required to upgrade the first database to match the second. METHODSConstructor
 Public MethodsFuller documentation will appear here in time :) 
 COPYRIGHT AND LICENSECopyright (c) 2000-2016 Adam Spiers. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOmysqldiff, MySQL::Diff::Database, MySQL::Diff::Table, MySQL::Diff::Utils AUTHORAdam Spiers <mysqldiff@adamspiers.org> 
 
 |