We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4737eb6 commit a433ef6Copy full SHA for a433ef6
Changes
@@ -1,5 +1,8 @@
1
Revision history for Syntax-Construct
2
3
+1.042 2025-06-13
4
+ - Add sig-warn-obj
5
+
6
1.041 2025-06-09
7
- Add the __FILE__() syntax
8
lib/Syntax/Construct.pm
@@ -4,7 +4,7 @@ use 5.006002;
use strict;
use warnings;
-our $VERSION = '1.041';
+our $VERSION = '1.042';
9
my %introduces = do { no warnings 'qw';
10
( '5.040' => [qw[
@@ -305,7 +305,7 @@ Syntax::Construct - Explicitly state which non-feature constructs are used in th
305
306
=head1 VERSION
307
308
-Version 1.041
+Version 1.042
309
310
=head1 SYNOPSIS
311
0 commit comments