Open jackdeguest opened 2 years ago
I avoided allowing any blessed references when I wrote this code because you have no idea what is lurking behind the reference.
Need to think about this proposal, plus it will need documented & the unit tests updated.
When using a scalar object, i.e. a blessed scalar reference,
IO::Uncompress::Gunzip::gunzip
and I suspect the other member of theIO::Compress
family as well, rejects it with the errorillegal input parameter
.It would be nice that it recognises those as scalar reference.
For example, consider the following code:
Before change, this would yield:
And after change:
ok