summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],