diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4041336a..fb97404c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: - uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl }} - - run: cpanm --installdeps . + - run: cpanm --installdeps -n -f . - run: prove -lv t \ No newline at end of file diff --git a/META.yml b/META.yml index 6483ed87..2fe82643 100644 --- a/META.yml +++ b/META.yml @@ -33,4 +33,5 @@ requires: Mail::SPF: 0 Geo::IP: 0 Redis: 0 + CDB_File: 0 version: 1.00