Re: name for singlethreaded web server framework module (chatty)

2004-08-21 Thread david nicol
Version 0.01 buffers the generated data (including slurped files) and does not provide a standard CGI execution environment. I could just brand it. Web server names are pretty opaque, at least Apache and Boa are. When it's done (hopefully today, this is for a project due yesterday) I could put

Re: namespace for users and groups

2004-08-21 Thread david nicol
On Sat, 2004-08-21 at 16:00, Kurt Starsinic wrote: > Also, when you're talking about groups of groups as above, the > more common term of art is accounts and subaccounts. > > - Kurt While we're pitching terms, *nix, which unashamedly uses "groups" for these things, talks about "permission

Re: namespace for users and groups

2004-08-21 Thread Kurt Starsinic
On Sat, 21 Aug 2004 21:28:30 +0100, David R. Baird <[EMAIL PROTECTED]> wrote: > I've spent a fair bit of time looking for a generic, groups-based > system for managing user privileges, but there doesn't seem to be one > on CPAN. Lots of apps on CPAN have their own, tailor-made systems, > but they t

namespace for users and groups

2004-08-21 Thread David R. Baird
I've spent a fair bit of time looking for a generic, groups-based system for managing user privileges, but there doesn't seem to be one on CPAN. Lots of apps on CPAN have their own, tailor-made systems, but they tend to run to a lot of if $user->is_allowed_to_foo ...do foo stuff if $user->is_

Re: name for singlethreaded web server framework module

2004-08-21 Thread Nicholas Clark
On Fri, Aug 20, 2004 at 08:50:16PM -0500, david nicol wrote: > > I am writing a module that provides HTTP interface using select, > for simple web applications without a web-server, and without > POE or other modules. > > Configuration will be by mapping paths to coderefs. I infer from the descr

Re: name for singlethreaded web server framework module

2004-08-21 Thread Randy W. Sims
david nicol wrote: I am writing a module that provides HTTP interface using select, for simple web applications without a web-server, and without POE or other modules. Configuration will be by mapping paths to coderefs. Planning to call this cute beastie HTTP::Server::Selecting. Comments? I'm not s

Re: Which namespace for a build system?

2004-08-21 Thread Randy W. Sims
khemir nadim wrote: I'm going to polute witha new top level namespace! PBS:: Don't anyone have any idea of where we should put this type of modules? Is this a build system for perl modules or a generic build system? Is it an application or a library? Is the documentation available; I'd like to le

Re: META.yml generation and SIGNATURE problems

2004-08-21 Thread Kjetil Kjernsmo
On fredag 20. august 2004, 16:14, Sam Holden wrote: > Kjetil Kjernsmo writes: > I don't have much experience, but the following works for me: Yup, it works for me too. > ; perl Makefile.PL > ; make distdir > ; rm Makefile > ; rm -rf > ; cpansign sign Except I needed a perl Makefile.PL here..