-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (); | ||
|
@@ -140,7 +140,7 @@ experimental - Experimental features made easy | |
=head1 VERSION | ||
version 0.032 | ||
version 0.034 | ||
=head1 SYNOPSIS | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (); | ||
|
@@ -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 | ||
|
@@ -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 | ||
|