James G Smith > RDF-Server-0.08 > RDF::Server::Types

Download:
RDF-Server-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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.