hidek / Catalyst-View-GD-Barcode-QRcode
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
kimura.hideo (author)
Thu Oct 08 22:03:22 -0700 2009
commit fb3832b321d8428d1cae90ae669973ce8e65da52
tree 75b2f66f62572c44dcacad884a282f83631c48dd
parent a5c222ca7054ea73aaf03320e6b611011b2b89e3
tree 75b2f66f62572c44dcacad884a282f83631c48dd
parent a5c222ca7054ea73aaf03320e6b611011b2b89e3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
inc/ | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ |
README
This is Perl module Catalyst::View::GD::Barcode::QRcode.
INSTALLATION
Catalyst::View::GD::Barcode::QRcode installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Catalyst::View::GD::Barcode::QRcode
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Catalyst::View::GD::Barcode::QRcode documentation is available as in POD. So you can do:
% perldoc Catalyst::View::GD::Barcode::QRcode
to read the documentation online with your favorite pager.
Hideo Kimura

