You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ on failures.
17
17
18
18
# List of Perl modules
19
19
20
+
See also the `cpanfile` in this repo for an up to date list of available
21
+
modules.
22
+
20
23
## Available on all Perl Versions
21
24
22
25
- Code::TidyAll::Plugin::SortLines::Naturally
@@ -130,7 +133,7 @@ jobs:
130
133
matrix:
131
134
perl-version:
132
135
- '5.36'
133
-
- '5.34'
136
+
- '5.34'
134
137
- '5.32'
135
138
- '5.30'
136
139
- '5.28'
@@ -160,6 +163,12 @@ jobs:
160
163
run: make test
161
164
```
162
165
166
+
## Using Helper scripts
167
+
168
+
The scripts from [perl-actions/ci-perl-tester-helpers](https://github.com/perl-actions/ci-perl-tester-helpers) are available in the path of each container. These scripts can build and test dists for you in various scenarios. See [https://github.com/Perl-Critic/PPI/blob/master/.github/workflows/dzil-build-and-test.yml](https://github.com/Perl-Critic/PPI/blob/master/.github/workflows/dzil-build-and-test.yml) for an example of how to use the helpers to build and tests a Perl distribution.
169
+
170
+
## More Examples
171
+
163
172
You can find more details on how to setup GitHub workflow to smoke Perl projects by reading [skaji/perl-github-actions-sample](https://github.com/skaji/perl-github-actions-sample) GitHub repository.
0 commit comments