Skip to content

Commit 6806ac9

Browse files
committed
cpan/experimental - Update to version 0.034
0.034 2025-01-09 22:11:31+01:00 Europe/Brussels - Rerelease to deal with illegal core update
1 parent 3a16cb5 commit 6806ac9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ package Maintainers;
429429
},
430430

431431
'experimental' => {
432-
'DISTRIBUTION' => 'LEONT/experimental-0.032.tar.gz',
433-
'SYNCINFO' => 'LeoNerd on Sat Apr 27 09:43:20 2024',
432+
'DISTRIBUTION' => 'LEONT/experimental-0.034.tar.gz',
433+
'SYNCINFO' => 'mauke on Sun Jan 12 01:01:29 2025',
434434
'FILES' => q[cpan/experimental],
435435
'EXCLUDED' => [qr{^xt/}],
436436
},

cpan/experimental/lib/experimental.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package experimental;
2-
$experimental::VERSION = '0.032';
2+
$experimental::VERSION = '0.034';
33
use strict;
44
use warnings;
55
use version ();
@@ -140,7 +140,7 @@ experimental - Experimental features made easy
140140
141141
=head1 VERSION
142142
143-
version 0.032
143+
version 0.034
144144
145145
=head1 SYNOPSIS
146146
@@ -304,7 +304,7 @@ L<perlexperiment|perlexperiment> contains more information about experimental fe
304304
305305
=head1 AUTHOR
306306
307-
Leon Timmermans <[email protected]>
307+
Leon Timmermans <[email protected]>
308308
309309
=head1 COPYRIGHT AND LICENSE
310310

cpan/experimental/lib/stable.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package stable;
2-
$stable::VERSION = '0.033';
2+
$stable::VERSION = '0.034';
33
use strict;
44
use warnings;
55
use version ();
@@ -55,7 +55,7 @@ stable - Experimental features made easy, once we know they're stable
5555
5656
=head1 VERSION
5757
58-
version 0.032
58+
version 0.034
5959
6060
=head1 SYNOPSIS
6161
@@ -153,7 +153,7 @@ L<perlexperiment|perlexperiment> contains more information about experimental fe
153153
154154
=head1 AUTHOR
155155
156-
Leon Timmermans <[email protected]>
156+
Leon Timmermans <[email protected]>
157157
158158
=head1 COPYRIGHT AND LICENSE
159159

0 commit comments

Comments
 (0)