[Koha-bugs] [Bug 1284] New: Typo in Install.pm prevents checking for GD::Barcode

bugzilla-daemon at daddy.katipo.co.nz bugzilla-daemon at daddy.katipo.co.nz
Thu Feb 1 21:30:23 CET 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1284

           Summary: Typo in Install.pm prevents checking for GD::Barcode
           Product: Koha
           Version: 2.2.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Installation
        AssignedTo: mjr at ttllp.co.uk
        ReportedBy: sylvar at gmail.com
         QAContact: koha-bugs at nongnu.org


Note the misspelling 'Barcorde' in line 850 of Install.pm:

        unless (eval {require GD::Barcorde})   { 
                        if ($#missing>=0) { # only when $#missing >= 0 so this
isn't fatal
                                push @missing,"You will need GD::Barcode for
the new barcode generator";
                        }
        }




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list