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