The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.011   2018-11-06 (PERLANCAR)

	- mysql-run-{sql,pl}-files: Add options --directory (-d) and
	  --mkdir (-p).


0.010   2017-10-25 (PERLANCAR)

	- mysql-sql-dump-extract-tables: Add option --dir, by default do not
	  overwrite existing files, add option --overwrite.

	- [Bugfix] Don't close(undef).


0.009   2017-08-17 (PERLANCAR)

	- Add utility: mysql-run-pl-files.


0.008   2017-07-03 (PERLANCAR)

	- No functional changes.

	- Switch from Log::Any to Log::ger.


0.007   2017-06-17 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with updated Perinci::CmdLine::Dump to show --dry-run
          in the POD.


0.006   2017-06-15 (PERLANCAR)

	- [Incompatible change] Rename script:
	  mysql-split-sql-dump-per-table to mysql-sql-dump-extract-tables.

	- mysql-sql-dump-extract-tables: Fix/tweak regex pattern to detect start
	  of table, add options --{include,exclude}-{table,table-pattern}.

	- mysql-run-sql-files: Add option --overwrite-when (with shortcuts
	  -o, -O).


0.005   2017-06-15 (PERLANCAR)

	- Add utility: mysql-run-sql-files.

	- [doc] Document about getting default username/password from
	  ~/.my.cnf.


0.004   2017-06-14 (PERLANCAR)

	- Add utility: mysql-split-sql-dump-per-table.


0.003   2016-12-23 (PERLANCAR)

	- Add utility: mysql-query.


0.002   2016-12-15 (PERLANCAR)

	- Add utility: mysql-drop-tables.


0.001   2016-12-15 (PERLANCAR)

        - First release.