Skip to content

Commit

Permalink
Merge pull request #55 from choroba/5.38.2
Browse files Browse the repository at this point in the history
Adapt to 5.38.2
  • Loading branch information
choroba authored Dec 1, 2023
2 parents b567340 + 2931e5c commit 9f01eb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- "5.34.0"
- "5.36.0"
- "5.38.0"
- "5.38.2"
name: Perl ${{ matrix.perl-version }}
steps:
- uses: shogo82148/actions-setup-perl@v1
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Syntax-Construct

1.034 2023-11-30
- Perl 5.38.2 released

1.033 2023-07-05
- Perl 5.38.0 released

Expand Down
18 changes: 9 additions & 9 deletions lib/Syntax/Construct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006002;
use strict;
use warnings;

our $VERSION = '1.033';
our $VERSION = '1.034';

my %introduces = do { no warnings 'qw';
( '5.038' => [qw[
Expand Down Expand Up @@ -284,7 +284,7 @@ Syntax::Construct - Explicitly state which non-feature constructs are used in th
=head1 VERSION
Version 1.033
Version 1.034
=head1 SYNOPSIS
Expand Down Expand Up @@ -908,35 +908,35 @@ L<perl5360delta/Unicode 14.0 is supported>
=head3 unicode15.0
L<perldelta/Unicode 15.0 is supported>
L<perl5380delta/Unicode 15.0 is supported>
=head3 ^HOOK
L<perldelta/%{^HOOK} API introduced>
L<perl5380delta/%{^HOOK} API introduced>
Alias: keyword-hook
=head3 signature-default-operator
L<perldelta/Defined-or and logical-or assignment default expressions in signatures>
L<perl5380delta/Defined-or and logical-or assignment default expressions in signatures>
=head3 INCDIR
L<perldelta/@INC Hook Enhancements and $INC and INCDIR>
L<perl5380delta/@INC Hook Enhancements and $INC and INCDIR>
=head3 *{}
L<perldelta/Optimistic Eval in Patterns>
L<perl5380delta/Optimistic Eval in Patterns>
Alias: optimistic-eval
=head3 REG_INF_I32_MAX
L<perldelta/REG_INF has been raised from 65,536 to 2,147,483,647>
L<perl5380delta/REG_INF has been raised from 65,536 to 2,147,483,647>
=head3 ^LAST_SUCCESSFUL_PATTERN
L<perldelta/New regexp variable ${^LAST_SUCCESSFUL_PATTERN}>
L<perl5380delta/New regexp variable ${^LAST_SUCCESSFUL_PATTERN}>
=for completeness
=head2 old
Expand Down

0 comments on commit 9f01eb9

Please sign in to comment.