summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-11-10 14:57:25 +0000
committerdakkar <dakkar@thenautilus.net>2016-11-10 14:57:25 +0000
commit523cde2c9bb0c7455cd7a1a19f301c7a1dc052bb (patch)
treed7ac16a1ca644c00ccbb349c232e002ca29ca22f
parentupdate for newer Data::QRCode (diff)
downloadImager-QRCode-Fancy-523cde2c9bb0c7455cd7a1a19f301c7a1dc052bb.tar.gz
Imager-QRCode-Fancy-523cde2c9bb0c7455cd7a1a19f301c7a1dc052bb.tar.bz2
Imager-QRCode-Fancy-523cde2c9bb0c7455cd7a1a19f301c7a1dc052bb.zip
link to the inspiration & docs
-rw-r--r--lib/Imager/QRCode/Fancy.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Imager/QRCode/Fancy.pm b/lib/Imager/QRCode/Fancy.pm
index f9e4887..48c3f74 100644
--- a/lib/Imager/QRCode/Fancy.pm
+++ b/lib/Imager/QRCode/Fancy.pm
@@ -13,6 +13,14 @@ use Type::Params qw(compile);
use Type::Utils qw(enum union);
use namespace::clean;
+=head1 SEE ALSO
+
+https://github.com/sylnsfar/qrcode
+
+http://www.thonky.com/qr-code-tutorial/
+
+=cut
+
sub make {
state $check = compile(Dict[
qr_code => InstanceOf['Data::QRCode'],