James G Smith > RDF-Server > RDF::Server::Semantic::Atom::Category

Download:
RDF-Server-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

RDF::Server::Semantic::Atom::Category - supports use of Atom category documents

SYNOPSIS ^

 package My::Server;

 interface 'REST';
 protocol 'HTTP';

 my $server = new My::Server
    handler => RDF::Server::Semantic::Atom::Collection -> new(
        uri_prefix => '/',
        handlers => [
            RDF::Server::Semantic::Atom::Category -> new (
                ...
            )
         ]
     )
 ;

DESCRIPTION ^

METHODS ^

create
render
data

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.