Skip to content

Latest commit

 

History

History
 
 

perl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Barcode::ZBar Perl module
=========================

ZBar Bar Code Reader is an open source software suite for reading bar
codes from various sources, such as video streams, image files and raw
intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 93, Code 39, Codabar, Interleaved 2 of 5 and QR Code.  These are
the Perl bindings for the library.

Check the ZBar project home page for the latest release, mailing
lists, etc.
    https://zbar.sourceforge.net/


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires the ZBar Bar Code Reader, which may be obtained
from:

    https://zbar.sourceforge.net/


COPYRIGHT AND LICENCE

Licensed under the GNU Lesser General Public License, version 2.1.
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt

Copyright 2008-2010 (c) Jeff Brown <[email protected]>