1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 13:48:55 -04:00
DBD-SQLite-SQLcipher/cpanfile
Kenichi Ishigaki 893dcfeb80 Add cpanfile
2020-01-18 10:36:06 +09:00

5 lines
80 B
Perl

requires 'DBI', '1.57';
on test => sub {
requires 'Test::More', '0.88';
};