Term::DataMatrix - Generate terminal-based DataMatrix 2D barcode
- Perl 99%
- Shell 1%
| doc | Add man page for term-datamatrix script | |
| lib/Term | Bump version to 1.0.0 | |
| t | CI: Add test for error conditions | |
| util | Fix links in changelog, add dev test for them | |
| xt | CI: Update POD spell list | |
| .editorconfig | Update editorconfig | |
| .gitignore | Remove references to Module::Build, Module::Install | |
| CHANGELOG.md | Add missing date to changelog | |
| Makefile.PL | Fix CPAN attribution | |
| MANIFEST.SKIP | Fix links in changelog, add dev test for them | |
| README.md | Update README | |
| term-datamatrix.in | Update term-datamatrix script to accept --help, --version | |
| term-datamatrix.PL | Require Perl 5.12 or later | |
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.