summaryrefslogtreecommitdiff
path: root/lib/Alien/QREncode.pm
blob: 2a04b92a4479e5141c6334c41eadc23d6581b362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package Alien::QREncode; 
use parent 'Alien::Base';
our $VERSION = '0.1';
 
=head1 NAME
 
Alien::QREncode - install the qrencode library
 
=head1 DESCRIPTION
 
This distribution allows other Perl libraries to use FUKUCHI Kentaro's
C<libqrencode> C library. Using L<< C<Alien::Base> >>, it will either
provide access to an already-installed version, or download and
install one.
 
=head1 Inline support
 
This module supports L<Inline's with functionality|Inline/"Playing
'with' Others">.
 
=head1 SEE ALSO
 
L<< C<libqrencode>
hompage|http://fukuchi.org/works/qrencode/index.html.en >>, L<<
C<Alien::Base> >>.
 
=cut
 
1;