Sledge::Plugin::QRCode - QRCode Plugin for Sledge
package Your::Pages; use Sledge::Plugin::QRCode; sub dispatch_qrcode { my $self = shift; $self->show_qrcode('http://example.com/'); }
Sledge::Plugin::QRCode is QRCode Plugin for Sledge. You can easy to generate the QRCode.
MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
GD::Barcode::QRCode
To install Sledge::Plugin::QRCode, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Sledge::Plugin::QRCode
CPAN shell
perl -MCPAN -e shell install Sledge::Plugin::QRCode
For more information on module installation, please visit the detailed CPAN module installation guide.