Skip to content

Commit

Permalink
Adjust tests and doc links to 5.40.1 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Jan 20, 2025
1 parent 8cab562 commit 45188ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- "5.36.0"
- "5.38.0"
- "5.40.0"
- "5.40.1"
name: Perl ${{ matrix.perl-version }}
steps:
- uses: shogo82148/actions-setup-perl@v1
Expand Down
6 changes: 3 additions & 3 deletions lib/Syntax/Construct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -964,17 +964,17 @@ L<perl5380delta/New regexp variable ${^LAST_SUCCESSFUL_PATTERN}>
=head3 ^^
L<perldelta/New ^^ logical xor operator>
L<perl5400delta/New ^^ logical xor operator>
Alias: logical-xor
=head3 __CLASS__
L<perldelta/New __CLASS__ keyword>.
L<perl5400delta/New __CLASS__ keyword>.
=head3 :reader
L<perldelta/:reader attribute for field variables>
L<perl5400delta/:reader attribute for field variables>
=for completeness
=head2 old
Expand Down

0 comments on commit 45188ba

Please sign in to comment.