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:
parent
f367353b6a
commit
893dcfeb80
1 changed files with 5 additions and 0 deletions
5
cpanfile
Normal file
5
cpanfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
requires 'DBI', '1.57';
|
||||
|
||||
on test => sub {
|
||||
requires 'Test::More', '0.88';
|
||||
};
|
Loading…
Add table
Reference in a new issue