Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$File::Spec::AmigaOS::VERSION is broken (and breaks Module::CoreList) #15246

Closed
p5pRT opened this issue Mar 22, 2016 · 5 comments
Closed

$File::Spec::AmigaOS::VERSION is broken (and breaks Module::CoreList) #15246

p5pRT opened this issue Mar 22, 2016 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented Mar 22, 2016

Migrated from rt.perl.org#127765 (status was 'open')

Searchable as RT127765$

@p5pRT
Copy link
Author

p5pRT commented Mar 22, 2016

From @eserte

In File/Spec/AmigaOS.pm I see​:

  $VERSION = ';.64';

Consequently, Module​::CoreList 5.20160320 also contains a broken line

The {5.023009}->{changed} entry contains​:

  'File​::Spec​::AmigaOS' => ';.64',

See also https://rt.cpan.org/Ticket/Display.html?id=113253

Regards,
  Slaven

@p5pRT
Copy link
Author

p5pRT commented Mar 23, 2016

From @ilmari

slaven@​rezic.de (via RT) <perlbug-followup@​perl.org> writes​:

In File/Spec/AmigaOS.pm I see​:

$VERSION = ';\.64';

Fixed with commit b10f34a
 
Interestingly, ';' is a single bitflip away from '3', which must have
happened on khw's machine before he committed e46aa1d, since the SHA-1
hashes are all consistent.

Consequently, Module​::CoreList 5.20160320 also contains a broken line

The {5.023009}->{changed} entry contains​:

'File&#8203;::Spec&#8203;::AmigaOS'   => ';\.64'\,

I did not touch Module​::CoreList, I'll leave that to BinGOs.

--
"A disappointingly low fraction of the human race is,
at any given time, on fire." - Stig Sandbeck Mathisen

@p5pRT
Copy link
Author

p5pRT commented Mar 23, 2016

The RT System itself - Status changed from 'new' to 'open'

@thibaultduponchelle
Copy link
Contributor

thibaultduponchelle commented Dec 18, 2020

I think it is fixed by the commit mentioned above ?
And I just checked right now and it seems ok : https://github.com/Perl/perl5/blob/blead/dist/PathTools/lib/File/Spec/AmigaOS.pm#L6

@jkeenan
Copy link
Contributor

jkeenan commented Feb 11, 2021

I think it is fixed by the commit mentioned above ?
And I just checked right now and it seems ok : https://github.com/Perl/perl5/blob/blead/dist/PathTools/lib/File/Spec/AmigaOS.pm#L6

Confirmed; problem was fixed 5 years ago. Closing ticket.

@jkeenan jkeenan closed this as completed Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants