Skip Menu |

This queue is for tickets about the Const-Fast CPAN distribution.

Report information
The Basics
Id: 117420
Status: open
Priority: 0/
Queue: Const-Fast

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Undefined subroutine &Internals::hv_clear_placeholders called
The test suite fails with perl 5.25.4: ... # Failed test 'Create hash (list)' # at t/10-basics.t line 47. # expected return but an exception was raised # Failed test 'Modify hash' # at t/10-basics.t line 52. # 'Undefined subroutine &Internals::hv_clear_placeholders called at /tmpfs/.cpan-build-cpansand/2016090121/Const-Fast-0.014-3/blib/lib/Const/Fast.pm line 38. # ' # doesn't match '(?^:\AModification of a read-only value attempted at t\/10\-basics\.t line 52\.\Z)' ...
On 2016-09-01 14:53:53, SREZIC wrote: Show quoted text
> The test suite fails with perl 5.25.4: > > ... > # Failed test 'Create hash (list)' > # at t/10-basics.t line 47. > # expected return but an exception was raised > > # Failed test 'Modify hash' > # at t/10-basics.t line 52. > # 'Undefined subroutine > &Internals::hv_clear_placeholders called at /tmpfs/.cpan-build- > cpansand/2016090121/Const-Fast-0.014-3/blib/lib/Const/Fast.pm line 38. > # ' > # doesn't match '(?^:\AModification of a read-only value attempted > at t\/10\-basics\.t line 52\.\Z)' > > ...
It seems to work with 5.25.5 though.