| Catalyst-View-GD-Barcode-QRcode documentation | Contained in the Catalyst-View-GD-Barcode-QRcode distribution. |
Catalyst::Helper::View::GD::Barcode::QRcode - Helper for GD::Barcode::QRcode Views
script/create.pl view MyQRcode GD::Barcode::QRcode
Helper for GD::Barcode::QRcode Views.
Catalyst, Catalyst::View::GD::Barcode::QRcode, GD::Barcode::QRcode.
Hideo Kimura <<hide@hide-k.net>>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
[% class %] - Catalyst GD::Barcode::QRcode View
See [% app %]
Catalyst GD::Barcode::QRcode View.
[% author %]
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-View-GD-Barcode-QRcode documentation | Contained in the Catalyst-View-GD-Barcode-QRcode distribution. |
package Catalyst::Helper::View::GD::Barcode::QRcode; use strict;
sub mk_compclass { my ( $self, $helper ) = @_; my $file = $helper->{file}; $helper->render_file( 'compclass', $file ); }
1; __DATA__ __compclass__ package [% class %]; use strict; use base 'Catalyst::View::GD::Barcode::QRcode';
1;