Skip to content

Scalar-List-Utils: inconsistent versions (1.68_01 vs. 1.69) #23432

@mtelka

Description

@mtelka

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions