Skip to content

Commit

Permalink
cpan/experimental - Update to version 0.034
Browse files Browse the repository at this point in the history
0.034     2025-01-09 22:11:31+01:00 Europe/Brussels
          - Rerelease to deal with illegal core update
  • Loading branch information
mauke committed Jan 12, 2025
1 parent 3a16cb5 commit 6806ac9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ package Maintainers;
},

'experimental' => {
'DISTRIBUTION' => 'LEONT/experimental-0.032.tar.gz',
'SYNCINFO' => 'LeoNerd on Sat Apr 27 09:43:20 2024',
'DISTRIBUTION' => 'LEONT/experimental-0.034.tar.gz',
'SYNCINFO' => 'mauke on Sun Jan 12 01:01:29 2025',
'FILES' => q[cpan/experimental],
'EXCLUDED' => [qr{^xt/}],
},
Expand Down
6 changes: 3 additions & 3 deletions cpan/experimental/lib/experimental.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package experimental;
$experimental::VERSION = '0.032';
$experimental::VERSION = '0.034';
use strict;
use warnings;
use version ();
Expand Down Expand Up @@ -140,7 +140,7 @@ experimental - Experimental features made easy
=head1 VERSION
version 0.032
version 0.034
=head1 SYNOPSIS
Expand Down Expand Up @@ -304,7 +304,7 @@ L<perlexperiment|perlexperiment> contains more information about experimental fe
=head1 AUTHOR
Leon Timmermans <[email protected]>
Leon Timmermans <[email protected]>
=head1 COPYRIGHT AND LICENSE
Expand Down
6 changes: 3 additions & 3 deletions cpan/experimental/lib/stable.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package stable;
$stable::VERSION = '0.033';
$stable::VERSION = '0.034';
use strict;
use warnings;
use version ();
Expand Down Expand Up @@ -55,7 +55,7 @@ stable - Experimental features made easy, once we know they're stable
=head1 VERSION
version 0.032
version 0.034
=head1 SYNOPSIS
Expand Down Expand Up @@ -153,7 +153,7 @@ L<perlexperiment|perlexperiment> contains more information about experimental fe
=head1 AUTHOR
Leon Timmermans <[email protected]>
Leon Timmermans <[email protected]>
=head1 COPYRIGHT AND LICENSE
Expand Down

0 comments on commit 6806ac9

Please sign in to comment.