Codebase list libexception-class-dbi-perl / 05aa9c2
automatic migration: bump-perl-5-34 Graham Ollis authored 2 years ago Graham✈️✈️ committed 2 years ago
3 changed file(s) with 3 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
88 pull_request:
99
1010 env:
11 PERL5LIB: /cygdrive/c/cx/lib/perl5:/cygdrive/c/cx/lib/perl5/MSWin32-x64-multi-thread
11 PERL5LIB: /cygdrive/c/cx/lib/perl5
1212 PERL_LOCAL_LIB_ROOT: /cygdrive/cx
1313 PERL_MB_OPT: --install_base /cygdrive/c/cx
1414 PERL_MM_OPT: INSTALL_BASE=/cygdrive/c/cx
1717 matrix:
1818 cip_tag:
1919 - static
20 - "5.33"
20 - "5.35"
21 - "5.34"
2122 - "5.32"
2223 - "5.30"
2324 - "5.28"
7878 run: |
7979 export PATH="/c/cx/bin:$PATH"
8080 perl -S dzil test -v
81
82 - name: CPAN log
83 if: ${{ failure() }}
84 run: |
85 cat ~/.cpanm/latest-build/build.log