Skip to content

Commit

Permalink
Release the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Jan 20, 2025
1 parent 7377953 commit 6f77055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.040 2025-01-20
- Documentation link fixed (wrong letter case)

1.039 2025-01-20
- Perl 5.40.1 released

Expand Down
4 changes: 2 additions & 2 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.039';
our $VERSION = '1.040';

my %introduces = do { no warnings 'qw';
( '5.040' => [qw[
Expand Down Expand Up @@ -302,7 +302,7 @@ Syntax::Construct - Explicitly state which non-feature constructs are used in th
=head1 VERSION
Version 1.039
Version 1.040
=head1 SYNOPSIS
Expand Down

0 comments on commit 6f77055

Please sign in to comment.