Skip Menu |

This queue is for tickets about the GD-Barcode CPAN distribution.

Report information
The Basics
Id: 20297
Status: open
Priority: 0/
Queue: GD-Barcode

People
Owner: Nobody in particular
Requestors: ch.accart [...] magic.fr
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.
If warnings are an issue - perhaps: $oSelf->{Version} = $rhPrm->{Version} || 0;