requires 'perl', '5.020';
requires 'DBIO', '0.900000';
requires 'DateTime::Format::MySQL';

# DBD::MariaDB bundles the MariaDB Connector/C and works with both MySQL 5.7+
# and MariaDB 10+. DBD::mysql does not build against libmariadb headers.
recommends 'DBD::MariaDB';

on test => sub {
  recommends 'Kubernetes::REST';
  requires 'Test::More', '0.98';
  requires 'Test::Exception';
  requires 'Test::Warn';
  requires 'DBI::Const::GetInfoType';
  requires 'Scalar::Util';
  requires 'Time::HiRes';
  requires 'Data::Dumper';
};
