Catalyst::Helper::View::Graphics::Primitive - Helper for Graphics::Primitive Views


Catalyst-View-Graphics-Primitive documentation Contained in the Catalyst-View-Graphics-Primitive distribution.

Index


Code Index:

NAME

Top

Catalyst::Helper::View::Graphics::Primitive - Helper for Graphics::Primitive Views

SYNOPSIS

Top

    script/create.pl view GP Graphics::Primitive

DESCRIPTION

Top

Helper for Graphics::Primitive Views.

METHODS

Top

mk_compclass

SEE ALSO

Top

Catalyst, Catalyst::View, Graphics::Primitive

AUTHOR

Top

Cory Watson, <gphat@cpan.org>

Infinity Interactive, http://www.iinteractive.com

BUGS

Top

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 & LICENSE

Top


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__