summaryrefslogtreecommitdiff
path: root/lib/Alien/QREncode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Alien/QREncode.pm')
-rw-r--r--lib/Alien/QREncode.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Alien/QREncode.pm b/lib/Alien/QREncode.pm
new file mode 100644
index 0000000..0763db1
--- /dev/null
+++ b/lib/Alien/QREncode.pm
@@ -0,0 +1,11 @@
+package Alien::QREncode;
+use parent 'Alient::Base';
+our $VERSION = '0.1';
+
+=head1 NAME
+
+Alien::QREncode - install the qrencode library
+
+=cut
+
+1;