Skip Menu |

This queue is for tickets about the Template-Resolver CPAN distribution.

Report information
The Basics
Id: 116437
Status: resolved
Priority: 0/
Queue: Template-Resolver

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

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



Subject: Fails with perls < 5.8.9
As per subject. Best illustrated with the matrix: http://matrix.cpantesters.org/?dist=Template-Resolver%201.12 Sample fail report: http://www.cpantesters.org/cpan/report/d76b8fec-50f8-11e6-bc96-44f4ed09dfea Blamed construct: "lock_hashref" is not exported by the Hash::Util module If this is intentional, it would be cool if you could declare your requirement. That way the intentional FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes HTH && Thanks,
On Sun Jul 24 14:02:16 2016, ANDK wrote: Show quoted text
> As per subject. Best illustrated with the matrix: > > http://matrix.cpantesters.org/?dist=Template-Resolver%201.12 > > Sample fail report: > > http://www.cpantesters.org/cpan/report/d76b8fec-50f8-11e6-bc96- > 44f4ed09dfea > > Blamed construct: > > "lock_hashref" is not exported by the Hash::Util module
If line 62 of lib/Template/Transformer.pm is changed from lock_hashref( $self->{wrapped_transforms} ); to lock_hash( %{ $self->{wrapped_transforms} } ); and also change the ‘use Hash::Util’ line, it works at least as far back as 5.8.7. Show quoted text
> > If this is intentional, it would be cool if you could declare your > requirement.
The requirement being specifically Hash::Util version 0.06 or higher. Show quoted text
> That way the intentional FAILS are converted to UNKNOWNS. > Details about how to do it are on this page: > http://wiki.cpantesters.org/wiki/CPANAuthorNotes > > HTH && Thanks,
Thanks for the report, resolved by: commit 4c3adb28b227b2e4a17ecd991d81df999dfd49c2 Author: Lucas Theisen <lucastheisen@pastdev.com> Date: Wed Oct 12 18:57:51 2016 -0400 Resolved https://rt.cpan.org/Ticket/Display.html?id=116437 Fails with perls < 5.8.9