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

..03-May-2022-

inc/H31-Oct-2008-5,2553,895

lib/Term/H31-Oct-2008-9931

t/H31-Oct-2008-53

xt/H31-Oct-2008-2925

ChangesH A D31-Oct-2008110 53

MANIFESTH A D31-Oct-2008614 3029

META.ymlH A D31-Oct-2008511 2625

Makefile.PLH A D31-Oct-2008304 2014

READMEH A D31-Oct-2008509 2815

term-qrcodeH A D31-Oct-2008153 96

README

1This is Perl module Term::QRCode.
2
3INSTALLATION
4
5Term::QRCode installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Term::QRCode
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Term::QRCode documentation is available as in POD. So you can do:
22
23    % perldoc Term::QRCode
24
25to read the documentation online with your favorite pager.
26
27Kazuhiro Osawa
28