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