-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
26 lines (21 loc) · 1.08 KB
/
Changes
File metadata and controls
26 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{$NEXT}}
- Output information on DZil version.
0.05 2023-03-12 20:50:59-07:00 America/Vancouver
- Run a scheduled CI build weekly
- Drop support for Perl v5.8 and v5.10
- Add Perl v5.36 to the test matrix.
0.04 2022-04-30 11:34:44-07:00 America/Vancouver
- Run CI builds not just on "push", but also on all "pull_request"s
- Explicitly add Perl v5.34 to the matrix of Perl versions we test against.
0.03 2021-06-04 09:46:21-07:00 America/Vancouver
- Add Perl v5.32 to the matrix of Perl versions we test against. Latest is
now v5.34, so let's be explicit about wanting to include 5.32 in our
matrix.
0.02 2021-01-10 23:41:41-08:00 America/Vancouver
- Archive the CPM logs, in the event of failure to install dependencies in
the first stage of the build.
- Archive the CPANM logs, in the event of failure to install dependencies
in the second stage of the build.
- Add a "Perl version" step, to identify which version of Perl is being used
0.01 2021-01-04 22:23:35-08:00 America/Vancouver
- Initial release