Skip to content

Commit 6d6a1ba

Browse files
haargoalders
authored andcommitted
list lwp as a test suggests rather than develop prereq
1 parent 3935f86 commit 6d6a1ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: perl-actions/[email protected]
8080
with:
8181
cpanfile: "cpanfile"
82-
args: "--with-recommends --with-suggests --with-test --with-develop"
82+
args: "--with-recommends --with-suggests --with-test"
8383
sudo: false
8484
- name: Run Tests
8585
if: success()
@@ -120,7 +120,7 @@ jobs:
120120
uses: perl-actions/[email protected]
121121
with:
122122
cpanfile: "cpanfile"
123-
args: "--with-recommends --with-suggests --with-test --with-develop"
123+
args: "--with-recommends --with-suggests --with-test"
124124
sudo: false
125125
- run: prove -lrv t
126126
env:

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ HTTP::Date = 6
3434
IO::Socket::IP = 0.32
3535
LWP::MediaTypes = 6
3636

37-
[Prereqs / DevelopRequires]
37+
[Prereqs / TestSuggests]
3838
LWP::UserAgent = 6.07

0 commit comments

Comments
 (0)