The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Server::Semantic::Atom::Collection - supports use of Atom collection documents

SYNOPSIS

 package My::Server;

 interface 'REST';
 protocol 'HTTP';
 semantic 'Atom';

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

DESCRIPTION

METHODS

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.