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
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.