• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ZBar/H23-Oct-2009-546350

examples/H23-Oct-2009-17678

inc/Devel/H23-Oct-2009-351139

t/H03-May-2022-449281

ChangesH A D23-Oct-2009307 118

MANIFESTH A D23-Oct-2009437 2827

META.ymlH A D23-Oct-2009296 119

Makefile.PLH A D23-Oct-2009670 2723

READMEH A D23-Oct-2009886 3823

ZBar.pmH A D23-Oct-20093.8 KiB16716

ZBar.xsH A D03-May-202220.4 KiB773622

ppport.hH A D23-Oct-2009115.4 KiB4,9551,829

typemapH A D23-Oct-20091.7 KiB7161

README

1Barcode::ZBar Perl module
2=========================
3
4The ZBar Bar Code Reader is a library for scanning and decoding bar
5codes from various sources such as video streams, image files or raw
6intensity sensors.  It supports EAN, UPC, Code 128, Code 39 and
7Interleaved 2 of 5.  These are the Perl bindings for the library.
8
9Check the ZBar project home page for the latest release, mailing
10lists, etc.
11    http://zbar.sourceforge.net/
12
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23
24DEPENDENCIES
25
26This module requires the ZBar Bar Code Reader, which may be obtained
27from:
28
29    http://zbar.sourceforge.net/
30
31
32COPYRIGHT AND LICENCE
33
34Licensed under the GNU Lesser General Public License, version 2.1.
35http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
36
37Copyright 2008-2009 (c) Jeff Brown <spadix@users.sourceforge.net>
38