Perl module dependency
Peter Bonivart
bonivart at opencsw.org
Wed May 27 22:48:20 CEST 2020
On Wed, May 27, 2020 at 1:28 PM Dagobert Michelsen <dam at opencsw.org> wrote:
>
> Hi Peter,
>
> I have an issue with the recent update of Config::IniFiles because there has been an updated
> dependency to List::Util 1.33 whereas we currently ship 1.21 as part of CSWperl. Do you remember
> how we handled this in the past? Should we unbundle List::Util from CSWperl and update
> separately or downgrade Config::IniFiles?
It's more than a little fuzzy but didn't we adjust @INC so that our
separate module packages would have precedence over the included
modules (in CSWperl)?
So shouldn't building a package for List::Util 1.33 solve it? And of
course depend on that from Config::IniFiles.
More information about the maintainers
mailing list