#!perl
use strict;
use warnings;
use Test::mysqld::DatadirDumper::CLI;
Test::mysqld::DatadirDumper::CLI->run(@ARGV);
