You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package uses its own %PARAMS, and throws exception when parameter is not listed where. But Efs param, for example, does not listed.
This can be avoided in calling program by something like $Archive::Zip::SimpleZip::PARAMS{efs} = [IO::Compress::Base::Common::Parse_boolean, 0];, but this solution smells.
The text was updated successfully, but these errors were encountered:
The package uses its own
%PARAMS
, and throws exception when parameter is not listed where. ButEfs
param, for example, does not listed.This can be avoided in calling program by something like
$Archive::Zip::SimpleZip::PARAMS{efs} = [IO::Compress::Base::Common::Parse_boolean, 0];
, but this solution smells.The text was updated successfully, but these errors were encountered: