Skip to content

Commit dcc0903

Browse files
authored
Merge pull request #40 from Perl/oalders/readme
Document that the ci-perl-tester-helpers are available
2 parents 8881d81 + 28d40fc commit dcc0903

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on failures.
1717

1818
# List of Perl modules
1919

20+
See also the `cpanfile` in this repo for an up to date list of available
21+
modules.
22+
2023
## Available on all Perl Versions
2124

2225
- Code::TidyAll::Plugin::SortLines::Naturally
@@ -130,7 +133,7 @@ jobs:
130133
matrix:
131134
perl-version:
132135
- '5.36'
133-
- '5.34'
136+
- '5.34'
134137
- '5.32'
135138
- '5.30'
136139
- '5.28'
@@ -160,6 +163,12 @@ jobs:
160163
run: make test
161164
```
162165
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+
163172
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.
164173
165174
## Using GitHub actions

0 commit comments

Comments
 (0)