--- 
comment: |

  and a random password is down there because some DBD::mysql versions
  did not understand the --testpassword option with an empty password

match:
  distribution: "^CAPTTOFU/DBD-mysql-3\.\d+.tar.gz$"
disabled: 1
--- 
match:
  distribution: "^CAPTTOFU/DBD-mysql-\d+\.\d+.tar.gz$"
pl: 
  args: 
    - --testdb=test
    - --testhost=localhost
    - --testport=3306
    - --testsocket=/var/run/mysqld/mysqld.sock
    - --testuser=root
    - --testpassword=rfjNq4g
depends:
  configure_requires:
    DBI: 1.58
  requires:
    DBI: 1.58