Skip Menu |

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

Report information
The Basics
Id: 64369
Status: new
Priority: 0/
Queue: GD-Barcode

People
Owner: Nobody in particular
Requestors: AVINASH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.15
Fixed in: (no value)



Subject: qrcode version auto-select is broken
QRCode.pm has a bug - version autoselect, in the function _calcVersion will never work, since init never leaves version as false, it probably should not assign a default of 1: $oSelf->{Version} = $rhPrm->{Version} || 1; Because of this if (!$oSelf->{Version}){ #--- auto version select in _calcVersion will never be executed.
Duplicate of 20297