File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ jobs:
8989 name : Install Dist::Zilla
9090 run : |
9191 cpanm --verbose --force --notest Dist::Zilla
92- - id : install-extra
93- name : Install Extra Dependencies Which Are Somehow Missing
94- env :
95- PUREPERL_ONLY : 1
96- run : |
97- cpanm --verbose --force --notest Test::Perl::Critic
92+ # - id: install-extra
93+ # name: Install Extra Dependencies Which Are Somehow Missing
94+ # env:
95+ # PUREPERL_ONLY: 1
96+ # run: |
97+ # cpanm --verbose --force --notest Test::Perl::Critic
9898 # # - id:
9999 # name: Install Dependencies
100100 # # #run: cpm install -g --no-test --show-build-log-on-failure --cpanfile cpanfile
Original file line number Diff line number Diff line change 11Revision history for {{$dist->name}}
22
33{{$NEXT}}
4+ * Remove Perl Critic from testing. Difficulties in Windows installation
45 * Can inline env desc when 'use Env::Assert'.
56
670.014 2025-12-13 00:12:38+01:00 Europe/Stockholm
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ include_dotfiles = 1
3030-bundle = @MIKKOI
3131-version = 0.003
3232-remove = GatherDir
33+ -remove = Test::Perl::Critic
3334
3435[Software::Policies / License]
3536policy_attribute = perl_5_double_license = true
You can’t perform that action at this time.
0 commit comments