summaryrefslogtreecommitdiff
path: root/lib/Alien/QREncode.pm
blob: 3c5574d4fbbf0e1df9fa652c2b0854fba3254b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package Alien::QREncode; 
use parent 'Alien::Base';
our $VERSION = '0.1';
 
=head1 NAME
 
Alien::QREncode - install the qrencode library
 
=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;