Skip to content

Commit 2109cce

Browse files
committed
Remove Perl Critic from testing. Difficulties in Windows installation
1 parent 5a3bae1 commit 2109cce

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision 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

67
0.014 2025-12-13 00:12:38+01:00 Europe/Stockholm

dist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]
3536
policy_attribute = perl_5_double_license = true

0 commit comments

Comments
 (0)