I'm performing the following operation
IO::Compress::Gzip::gzip $originalPath => $gzippedPath
However, the original full path to the file is preserved in the gzip archive. Is there any way to prevent this other than changing to the directory containing the original file and doing this (Below)? TIA.
IO::Compress::Gzip::gzip $originalFile => $gzippedPath