Subject: | Gunzip Pod typo in OO section: $$output instead of $$input |
In IO::Uncompress::Gunzip,
beneath the OO Interface heading:
A scalar reference
If $input is a scalar reference, the compressed data will be
read from $$output.
I think $$output should be $$input.