1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 13:48:55 -04:00

Add cpanfile

This commit is contained in:
Kenichi Ishigaki 2020-01-18 10:36:06 +09:00
parent f367353b6a
commit 893dcfeb80

5
cpanfile Normal file
View file

@ -0,0 +1,5 @@
requires 'DBI', '1.57';
on test => sub {
requires 'Test::More', '0.88';
};