-
Notifications
You must be signed in to change notification settings - Fork 587
Open
Description
Module: Scalar-List-Utils
Description
The bundled Scalar-List-Utils module contains inconsistent versions.
Steps to Reproduce
$ find perl-5.42.0/cpan/Scalar-List-Utils/ -type f | xargs grep 'our.*VERSION'
perl-5.42.0/cpan/Scalar-List-Utils/lib/Sub/Util.pm:our $VERSION = "1.68_01";
perl-5.42.0/cpan/Scalar-List-Utils/lib/List/Util.pm:our $VERSION = "1.68_01";
perl-5.42.0/cpan/Scalar-List-Utils/lib/List/Util.pm:our $XS_VERSION = $VERSION;
perl-5.42.0/cpan/Scalar-List-Utils/lib/List/Util/XS.pm:our $VERSION = "1.68_01"; # FIXUP
perl-5.42.0/cpan/Scalar-List-Utils/lib/Scalar/Util.pm:our $VERSION = "1.68_01";
perl-5.42.0/cpan/Scalar-List-Utils/lib/Scalar/List/Utils.pm:our $VERSION = "1.69";
$
Expected behavior
All versions should be same. Either 1.68_01
or 1.69
.
Perl configuration
Perl 5.42.0
Metadata
Metadata
Assignees
Labels
No labels