zbar-windows/perl
2022-09-21 16:23:00 +08:00
..
examples release updates 2009-10-22 15:18:13 -04:00
inc/Devel Fix typos found by codespell. 2019-02-14 15:52:11 -05:00
t Barcode::ZBar fix test 2022-05-29 18:55:36 +02:00
ZBar Add some pod information for additional functions 2022-05-29 18:55:36 +02:00
Changes Barcode::ZBar 0.10 update version 2022-05-29 18:55:36 +02:00
COPYING.LIB * first pass perl bindings for Processor, Scanner and Decoder 2008-11-21 05:26:12 +00:00
Makefile.PL Barcode::ZBar 0.10 update version 2022-05-29 18:55:36 +02:00
MANIFEST perl some packaging improvements 2022-05-29 18:55:36 +02:00
MANIFEST.SKIP perl some packaging improvements 2022-05-29 18:55:36 +02:00
ppport.h clang-format find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format --verbose --style=file -i {} \; 2021-10-07 06:06:52 +00:00
README Update ZBar's main URL location 2019-05-13 19:12:00 -03:00
typemap Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
ZBar.pm Barcode::ZBar 0.10 update version 2022-05-29 18:55:36 +02:00
ZBar.xs Add support for using versions with major.minor.patch 2018-08-08 10:11:02 -03:00

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://github.com/mchehab/zbar


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://github.com/mchehab/zbar


COPYRIGHT AND LICENCE

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

Copyright 2008-2010 (c) Jeff Brown <spadix@users.sourceforge.net>