Skip Menu |

This queue is for tickets about the autobless CPAN distribution.

Report information
The Basics
Id: 128073
Status: new
Priority: 0/
Queue: autobless

People
Owner: Nobody in particular
Requestors: me [...] eboxr.com
Cc:
AdminCc:

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



Subject: pragmatic.pm import/unimport are storing references in hash hint %^H
The import/unimport functions from pragmatic.pm are storing ArrayRef in hash hint The hints hash (%^H) cannot be used to store hashrefs as values, so any implementation that relies on putting hashrefs in %^H is intrinsically broken. See "Implementation details" in the perlpragma manpage. https://perldoc.perl.org/perlpragma.html#Implementation-details view grep from there https://grep.metacpan.org/search?qci=&q=%5C%24%5C%5EH.*%3D.*%7B&qft=&qd=autobless