The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Server::Role::Renderable - role for resources that can be rendered

SYNOPSIS

 package My::Resource;

 use Moose;

 with 'RDF::Server::Role::Renderable';

 sub to_xml { }

DESCRIPTION

Methods

render ($formatter, $path)

AUTHOR

James Smith, <jsmith@cpan.org>

LICENSE

Copyright (c) 2008 Texas A&M University.

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.