Re: Name for module to construct URI from named params?

2005-10-04 Thread Xavier Noria
On Oct 5, 2005, at 7:39, Dave Rolsky wrote: I'm planning to extract some code from MasonX::WebApp and release it separately. All it does is take a set of named params and return a new URI object from it: my $uri = URI::FromHash::uri( scheme => 'http', domain => ... ); It'll probably jus

Name for module to construct URI from named params?

2005-10-04 Thread Dave Rolsky
I'm planning to extract some code from MasonX::WebApp and release it separately. All it does is take a set of named params and return a new URI object from it: my $uri = URI::FromHash::uri( scheme => 'http', domain => ... ); It'll probably just have that one function, uri(). Any thoughts o

MonetDB::CLI

2005-10-04 Thread Steffen Goeldner
I'm working on MonetDB::CLI, a Call Level Interface for MonetDB This interface is similar to SQL/CLI, ODBC, JDBC or DBI, but MonetDB specific (more like Oracle::OCI). Various implementations MonetDB::CLI::* will exist (at least, that's my plan). I'm aware that the Modul