MySQL-Binlog_RBR_Data version 1.01 ================================== Parses the decoded RBR data of a binlog generated by 'mysqld', giving a list of changed rows per transaction. The input must be the already decoded version of a binlog. It is usually done by using "mysqlbinlog --base64-output=DECODE-ROWS --verbose ...". INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module uses the requires these other modules and libraries: Carp MySQL's mysqlbinlog binary. COPYRIGHT AND LICENCE Copyright (C) 2012 by Booking.com This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.