mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
9 lines
103 B
YAML
9 lines
103 B
YAML
language: perl
|
|
perl:
|
|
- 5.8
|
|
- 5.10
|
|
- 5.12
|
|
- 5.14
|
|
- 5.16
|
|
- 5.18
|
|
before_install: cpanm -n DBI
|