Robin Berjon wrote:
>
> ---------- Forwarded Message ----------
> Subject: Re: RFC: Acme::No
> Date: Sat, 10 Aug 2002 01:43:06 +0200
> From: Robin Berjon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
>
> On Thursday 08 August 2002 17:05, Geoffrey Young wrote:
>
>> I was thinking about releasing Acme::No to CPAN but wanted to make
>>sure that it follows the spirit of the Acme:: namespace properly.
>>
>
> I am not a great specialist of Acme::* modules, but I /think/ it boils down
> to whether you intend to whether you think your module ought to be used
> seriously or not ;) If you do, I then think no one will use it if it's in
> Acme.
well, I didn't really plan on the module being used in the real world.
if the syntax were introduced into perl core I'd use it, but the
idea of source filters on a production module scares me a bit.
>
> If that's the case, then maybe you'd be happier in the ex::* namespace,
> indicating an experimental pragma. Then again that may give the impression
> that it's blessed as being under review by p5p which unless you push it
> further there (and it may be a good idea as "no LWP 6.0.0" complaining that
> it only has version 5.65 is a bit counter-intuitive -- or at least a
> syntactical hole) is not the case iirc.
I genuinely think that something is awry with 'no LWP 6.0.0' in perl
core. However, as I have no C skills, I can't back up that assertion
with a patch that fixes things. thus, the only thing I can do to
further things on p5p is to become a nuisance :)
>
> Or perhaps under Perl::* given that it modifies Perl semantics for a keyword,
> eg Perl::NotVersion or something similar.
>
> I'm not recommending any of these specifically, just trying to suggest
> alternatives to Acme::* if your module is "serious" (which to me it seems to
> be).
well, serious in a toungue-in-cheed kind of way :)
in all honesty, I whipped up the module thinking maybe somebody would
notice it and maybe get inspired in some way or another - there seem
to be a few modules in Acme:: that have some interesting properties
that could apply in the real world.
of course, I don't have to release it at all either. I was merely
trying to remove the splinter from my mind...
--Geoff