Subject: | auto-size with 'Version' |
Concern QRcode.pm
If we leave the param Version unset, its value is forced to 1, and the
auto-resize is not applicated.
If we leave it really undef , the auto-resize works well.
# Modif CA pour version Auto
#$oSelf->{Version} = $rhPrm->{Version} || 1;
$oSelf->{Version} = $rhPrm->{Version};
Regards.