summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-10-19 22:54:30 +0200
committerLeon Timmermans <fawaka@gmail.com>2021-10-19 22:54:30 +0200
commit875873b0b9366a69b192a88c628ad75a718ff306 (patch)
treed2906f78a5d8969807fc9288b7b60fad9841b58a
parent24893ef80922144e9243958f1ba5b91f01a3526a (diff)
downloadperl-875873b0b9366a69b192a88c628ad75a718ff306.tar.gz
Update experimental to 0.025
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/experimental/lib/experimental.pm10
2 files changed, 8 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index de5f6195b8..1f5de6bd56 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -412,7 +412,7 @@ use File::Glob qw(:case);
},
'experimental' => {
- 'DISTRIBUTION' => 'LEONT/experimental-0.024.tar.gz',
+ 'DISTRIBUTION' => 'LEONT/experimental-0.025.tar.gz',
'FILES' => q[cpan/experimental],
'EXCLUDED' => [qr{^xt/}],
},
diff --git a/cpan/experimental/lib/experimental.pm b/cpan/experimental/lib/experimental.pm
index 2d58dfdf25..4195a5627b 100644
--- a/cpan/experimental/lib/experimental.pm
+++ b/cpan/experimental/lib/experimental.pm
@@ -1,5 +1,5 @@
package experimental;
-$experimental::VERSION = '0.024';
+$experimental::VERSION = '0.025';
use strict;
use warnings;
use version ();
@@ -38,7 +38,7 @@ my %min_version = (
signatures => '5.20.0',
state => '5.10.0',
switch => '5.10.0',
- try => '5.33.6',
+ try => '5.34.0',
unicode_eval => '5.16.0',
unicode_strings => '5.12.0',
);
@@ -135,7 +135,7 @@ experimental - Experimental features made easy
=head1 VERSION
-version 0.024
+version 0.025
=head1 SYNOPSIS
@@ -233,6 +233,10 @@ incompatibilities between 5.10.0 and 5.10.1.
This was added in perl 5.10.0.
+=item * C<try> - allow the use of C<try> and C<catch>
+
+This was added in perl 5.34.0
+
=item * C<win32_perlio> - allows the use of the :win32 IO layer.
This was added on perl 5.22.0.