Skip Menu |

This queue is for tickets about the Pod-Inherit CPAN distribution.

Report information
The Basics
Id: 81902
Status: rejected
Priority: 0/
Queue: Pod-Inherit

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Prone to hash-randomization failures
t/07options.t fails intermittently on 5.17.6+ due to hash randomization. I audited all of the use of keys/values and can ot find anything specific. It has to be a bug in one of the parsers :( Anyone has an idea? t/07options.t .. 1/? # Failed test 'Running on directory: t/output/options/ClassC3Sub.pod' # at t/07options.t line 52. # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # | Ln|Got |Expected | # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # | 8| | | # | 9|=cut |=cut | # | 10| | | # * 11|=for POD_DERIVED_INDEX_GENERATED |=for comment POD_DERIVED_INDEX_GENERATED * # | 12|The following documentation is automatically generated. Please do not edit |The following documentation is automatically generated. Please do not edit | # | 13|this file, but rather the original, inline with ClassC3Sub |this file, but rather the original, inline with ClassC3Sub | # | 14|at t/lib/ClassC3Sub.pm |at t/lib/ClassC3Sub.pm | # | 15|(on the system that originally ran this). |(on the system that originally ran this). | # | 16|If you do edit this file, and don\'t want your changes to be removed, make |If you do edit this file, and don\'t want your changes to be removed, make | # * 17|sure you change the first line. comment |sure you change the first line. * # | 18| | | # | 19|=head1 INHERITED METHODS |=head1 INHERITED METHODS | # | 20| | | # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # Failed test 'Running on directory: t/output/options/MooseSub.pod' # at t/07options.t line 52. # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # | Ln|Got |Expected | # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # | 8| | | # | 9|=cut |=cut | # | 10| | | # * 11|=for POD_DERIVED_INDEX_GENERATED |=for comment POD_DERIVED_INDEX_GENERATED * # | 12|The following documentation is automatically generated. Please do not edit |The following documentation is automatically generated. Please do not edit | # | 13|this file, but rather the original, inline with MooseSub |this file, but rather the original, inline with MooseSub | # | 14|at t/lib/MooseSub.pm |at t/lib/MooseSub.pm | # | 15|(on the system that originally ran this). |(on the system that originally ran this). | # | 16|If you do edit this file, and don\'t want your changes to be removed, make |If you do edit this file, and don\'t want your changes to be removed, make | # * 17|sure you change the first line. comment |sure you change the first line. * # | 18| | | # | 19|=head1 NAME |=head1 NAME | # | 20| | | # +---+-----------------------------------------------------------------------------+-----------------------------------------------------------------------------+ # Looks like you failed 2 tests of 20.
Sign point to Pod::POM: http://matrix.cpantesters.org/?dist=Pod-POM-0.27 Although, if it works in one Perl and not in another, I would tend to blame CORE.
https://rt.perl.org/rt3/Public/Bug/Display.html?id=115908 Pod::POM is already on the list. Not much we can do about this one, so I'm rejecting the ticket.