Skip to content

Commit a433ef6

Browse files
committed
Bump the version
1 parent 4737eb6 commit a433ef6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Syntax-Construct
22

3+
1.042 2025-06-13
4+
- Add sig-warn-obj
5+
36
1.041 2025-06-09
47
- Add the __FILE__() syntax
58

lib/Syntax/Construct.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.006002;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '1.041';
7+
our $VERSION = '1.042';
88

99
my %introduces = do { no warnings 'qw';
1010
( '5.040' => [qw[
@@ -305,7 +305,7 @@ Syntax::Construct - Explicitly state which non-feature constructs are used in th
305305
306306
=head1 VERSION
307307
308-
Version 1.041
308+
Version 1.042
309309
310310
=head1 SYNOPSIS
311311

0 commit comments

Comments
 (0)