summaryrefslogtreecommitdiff
path: root/lib/Alien/QREncode.pm
blob: 4612550196091d65f65083e3adb107f1e2d5959c (plain)
1
2
3
4
5
6
7
8
9
10
11
package Alien::QREncode; 
use parent 'Alien::Base';
our $VERSION = '0.1';
 
=head1 NAME
 
Alien::QREncode - install the qrencode library
 
=cut
 
1;