NAME

RDF::Server::Types - Moose types used by the RDF::Server framework

SYNOPSIS

use RDF::Server::Types qw( Mutable );

if( is_Mutable( $handler ) ) { ... }

DESCRIPTION

This module bundles together useful types.

TYPES

Handlers

Renderable
Container
Mutable

Responsibilities

Interface
Protocol
Exception

METHODS

does_role ($class, $role)

Returns true if the particular class does the indicated role, or if the class extends or includes a module that has the indicated role.

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.