File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 2222
2323 $ perl Porting/make-rmg-checklist --html --version [5.X.Y-RC#] > /tmp/rmg.html
2424
25+ This file serves as a template for the checklist. In particular, the following
26+ placeholders in the instructions below are recognized and expanded by
27+ F<Porting/make-rmg-checklist>:
28+
29+ =over
30+
31+ =item C<5.X.Y>
32+
33+ The perl version whose release is being prepared (e.g. C<5.41.9>).
34+
35+ =item C<5.X>
36+
37+ The perl version whose release is being prepared, but without the final
38+ component (e.g. C<5.41>).
39+
40+ =item C<5.LAST>
41+
42+ The "previous" perl version. Normally, this is just C<5.X.(Y-1)>, but if the
43+ last component is 0, it subtracts 2 from the middle component:
44+
45+ 5.X.Y 5.LAST
46+ ====== ======
47+ 5.41.9 -> 5.41.8
48+ 5.40.1 -> 5.40.0
49+ 5.40.0 -> 5.38.0
50+ 5.41.0 -> 5.39.0
51+
52+ =back
53+
2554=head1 SYNOPSIS
2655
2756This document describes the series of tasks required - some automatic, some
You can’t perform that action at this time.
0 commit comments