summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-11-10 12:13:22 +0000
committerdakkar <dakkar@thenautilus.net>2016-11-10 12:13:22 +0000
commit27be3a2b6c632d5559fa6141a6fcb5ecf01a0a00 (patch)
treebcc31ec91ec2567733d8c7be15029c4e42f325c6 /lib
parentmake tests optional (diff)
downloadAlien-QREncode-27be3a2b6c632d5559fa6141a6fcb5ecf01a0a00.tar.gz
Alien-QREncode-27be3a2b6c632d5559fa6141a6fcb5ecf01a0a00.tar.bz2
Alien-QREncode-27be3a2b6c632d5559fa6141a6fcb5ecf01a0a00.zip
some more docsHEADmaster
Diffstat (limited to 'lib')
-rw-r--r--lib/Alien/QREncode.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Alien/QREncode.pm b/lib/Alien/QREncode.pm
index 3c5574d..2a04b92 100644
--- a/lib/Alien/QREncode.pm
+++ b/lib/Alien/QREncode.pm
@@ -6,6 +6,13 @@ our $VERSION = '0.1';
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