Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 104467
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
haarg [...] haarg.org
Cc: ether [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: portable.perl files contain duplicate entries
The portable.perl file, which is used to adjust Config values, has a duplicate entry for installbin. This was a larger problem with older strawberry versions, where Parse::CPAN::Meta was used to load that file: https://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta/issues/11#issuecomment-102557882 That has since been resolved, but the file still isn't a valid YAML file.
Subject: Re: [rt.cpan.org #104467] portable.perl files contain duplicate entries
Date: Wed, 20 May 2015 13:21:26 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>
Fixed in git repo, the next release should be fine.
On 2015-05-20 04:21:48, KMX wrote: Show quoted text
> Fixed in git repo, the next release should be fine. >
Would it be possible to do that release soon? This is an important fix and it should go out ASAP. Thanks!
Subject: Re: [rt.cpan.org #104467] portable.perl files contain duplicate entries
Date: Wed, 20 May 2015 18:53:24 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>
I am currently working on strawberry perl 5.22.0.1 which will be released shortly after 5.22.0 is released (within a week or two). Or do you mean to make a strawberry perl 5.20.2.2 release ?
On 2015-05-20 09:53:40, KMX wrote: Show quoted text
> I am currently working on strawberry perl 5.22.0.1 which will be released > shortly after 5.22.0 is released (within a week or two). > > Or do you mean to make a strawberry perl 5.20.2.2 release ?
Just my opinion, but I think this is serious enough to justify a 5.20.2.2, for people who may not want to jump to 5.22 right away.
This doesn't actually cause any real problems with the current way strawberry handles the file. The YAML parser it uses, Portable::LoadYaml, doesn't cause any warnings or errors when loading the file even if it has duplicates.
On 2015-05-20 12:06:14, haarg wrote: Show quoted text
> This doesn't actually cause any real problems with the current way > strawberry handles the file. The YAML parser it uses, > Portable::LoadYaml, doesn't cause any warnings or errors when loading > the file even if it has duplicates.
aha, right, this was only a big problem with *earlier* versions of strawberry, that actually used Parse::CPAN::Meta instead of its own yaml parser. Ok then, no extra release is needed then!
Subject: Re: [rt.cpan.org #104467] portable.perl files contain duplicate entries
Date: Wed, 20 May 2015 21:16:20 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>
Show quoted text
> aha, right, this was only a big problem with *earlier* versions of strawberry, that actually used Parse::CPAN::Meta instead of its own yaml parser. Ok then, no extra release is needed then!
That's a good news as preparing for 5.22.0 is quite a lot of work.
fixed in 5.22.0.1