The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
--- 
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=testuser
    - --testpassword=rfjNq4g
depends:
  configure_requires:
    DBI: 1.58
  requires:
    DBI: 1.58