1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

DBI@1.57 (actually DBI < 1.614) doesn't install Perl 5.14 and above

This commit is contained in:
Kenichi Ishigaki 2015-03-29 15:03:02 +09:00
parent 82e4128321
commit 1633c095e1

View file

@ -9,12 +9,11 @@ perl:
- "5.18"
- "5.20"
# - "blead"
env:
- DBI_VERSION=
matrix:
include:
- perl: 5.8
env: DBI_VERSION=1.58
before_install:
- cpanm -n DBI
script:
- make test
- make clean
- cpanm -n DBI@1.57
- perl Makefile.PL
- make
- make test
- test $DBI_VERSION && cpanm -n DBI@$DBI_VERSION || cpanm -n DBI