Semantic duct tape
Monday, Feb 11, 2008, 06:28
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';
— Monday, Feb 11, 2008
©2001-2007 Aristotle Pagaltzis