NAME

Sledge::Plugin::QRCode - QRCode Plugin for Sledge

SYNOPSIS

  package Your::Pages;
  use Sledge::Plugin::QRCode;

  sub dispatch_qrcode {
    my $self = shift;
    $self->show_qrcode('http://example.com/');
  }

DESCRIPTION

Sledge::Plugin::QRCode is QRCode Plugin for Sledge. You can easy to generate the QRCode.

AUTHOR

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.

SEE ALSO

GD::Barcode::QRCode