| Catalyst-View-Graphics-Primitive documentation | Contained in the Catalyst-View-Graphics-Primitive distribution. |
Catalyst::Helper::View::Graphics::Primitive - Helper for Graphics::Primitive Views
script/create.pl view GP Graphics::Primitive
Helper for Graphics::Primitive Views.
Cory Watson, <gphat@cpan.org>
Infinity Interactive, http://www.iinteractive.com
Please report any bugs or feature requests to bug-geometry-primitive at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Geometry-Primitive. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
Copyright 2008 by Infinity Interactive, Inc.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-View-Graphics-Primitive documentation | Contained in the Catalyst-View-Graphics-Primitive distribution. |
package Catalyst::Helper::View::Graphics::Primitive; use strict;
sub mk_compclass { my ( $self, $helper ) = @_; my $file = $helper->{file}; $helper->render_file( 'compclass', $file ); }
1; __DATA__