Semantic duct tape
So far, I have the following as a way to build a server (subject to change, of course):
package My::Server; use RDF::Server; with 'MooseX::Daemonize'; with 'MooseX::SimpleConfig'; with 'MooseX::Getopt'; interface 'REST'; protocol 'HTTP'; style 'Atom';