NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Wonder if this could make a new Catalyst::Engine (Score:1)
Waiting on the Road to Eventually, I lost my Place On Line
Re:Wonder if this could make a new Catalyst::Engin (Score:1)
The RDF::Server stuff is a small part of a larger project that is being built with Catalyst. I'm separating out the RDF::Server framework since it can be standalone.
YAML? (Score:1)
my $server = PDF::Server->from_yaml( from_yaml_file( 'config.yaml' );
Re: (Score:1)
my $class = RDF::Server -> build_from_config({
interface => 'REST',
protocol => 'HTTP',
semantic => 'Atom',
renderers => {
'rdf' => 'RDF',
'atom' => 'Atom',