1
0
Fork
You've already forked perl-Term-DataMatrix
0
Term::DataMatrix - Generate terminal-based DataMatrix 2D barcode
  • Perl 99%
  • Shell 1%
2025年07月28日 11:01:05 -05:00
doc Add man page for term-datamatrix script 2023年09月18日 16:52:15 -05:00
lib/Term Bump version to 1.0.0 2023年09月18日 17:17:59 -05:00
t CI: Add test for error conditions 2023年09月22日 11:10:59 -05:00
util Fix links in changelog, add dev test for them 2023年09月06日 13:09:12 -05:00
xt CI: Update POD spell list 2023年09月25日 10:53:34 -05:00
.editorconfig Update editorconfig 2023年02月15日 15:42:10 -06:00
.gitignore Remove references to Module::Build, Module::Install 2023年09月06日 14:41:34 -05:00
CHANGELOG.md Add missing date to changelog 2023年09月18日 18:00:44 -05:00
Makefile.PL Fix CPAN attribution 2023年09月25日 10:52:22 -05:00
MANIFEST.SKIP Fix links in changelog, add dev test for them 2023年09月06日 13:09:12 -05:00
README.md Update README 2025年07月28日 11:01:05 -05:00
term-datamatrix.in Update term-datamatrix script to accept --help, --version 2023年09月18日 16:42:14 -05:00
term-datamatrix.PL Require Perl 5.12 or later 2023年09月06日 15:12:15 -05:00

Term::DataMatrix

kwalitee badge CPAN badge license badge Perl version badge distrib size badge likes badge

Display Data Matrix 2D barcodes on the terminal.

Usage

After installing, use term-datamatrix <TEXT> to generate a barcode:

term-datamatrix 'hello world'

Installation

Term::DataMatrix can be installed through CPAN:

cpan Term::DataMatrix

Otherwise, download it, unpack it, then build it as per usual:

perl Makefile.PL
make && make test && make install

Documentation

Term::DataMatrix is self-documenting using POD:

perldoc Term::DataMatrix

to read the documentation online with your favorite pager.