Re: Split ownership of xmltv

2020-11-16 Thread Ed Avis
Yes, I assigned primary maintainership of XMLTV to TOBYINK this morning.
I forgot that Uninstall was part of the XMLTV distribution.
Let me assign that too.


This email and any files transmitted with it are CONFIDENTIAL and are intended 
solely for the use of the individual(s) or entity to whom they are addressed. 
Any unauthorized copying, disclosure or distribution of the material within 
this email is strictly forbidden. Any views or opinions presented within this 
email are solely those of the author and do not necessarily represent those of 
QMA Wadhwani LLP (QMAW) unless otherwise specifically stated. An electronic 
message is not binding on its sender. Any message referring to a binding 
agreement must be confirmed in writing and duly signed. If you have received 
this email in error, please notify the sender immediately and delete the 
original. Telephone, electronic and other communications and conversations with 
QMAW and/or its associated persons may be recorded and retained. QMAW is 
authorized and regulated by the Financial Conduct Authority. QMAW (registered 
in England No. OC303168) has its registered office at 9th Floor Orion House, 5 
Upper St Martin's Lane, London, WC2H 9EA.

Please note that your personal information may be stored and processed in any 
country where we have facilities or in which we engage service providers. If 
you provide personal information to us by email or otherwise, you consent to 
the transfer of that information to countries outside of your country of 
residence and these countries may have different data protection rules than 
your country.'

To learn about our privacy policies, please use this 
link to read the PGIM Privacy 
Notice.


Re: Namespace for nonexistent modules

2002-10-29 Thread Ed Avis
On Tue, 29 Oct 2002, _brian_d_foy wrote:

>i also would not want to show examples of a fake namespace using a
>leading underscore.  i should be able to use the fake namespace in
>prose as well as code.

Fair point.

>i want a top-level namespace that is definately intended for
>examples.

OK so Example:: it is then?  People can still use Whatever::Example if
they are making real modules which have to do with examples in some
way.

(Oops I just made up another pseudo-namespace Whatever, but I don't
think we should reserve that too :-))

-- 
Ed Avis <[EMAIL PROTECTED]>





Re: Namespace for nonexistent modules

2002-10-29 Thread Ed Avis
On Tue, 29 Oct 2002, Ed Avis wrote:

>On Tue, 29 Oct 2002, _brian_d_foy wrote:

>>   Example::*

>I thought something uglier such as a leading underscore would be
>better.

Although clearly I was wasting my time in replying, since _brian_d_foy
is a reserved name and not to be assigned to any real [EMAIL PROTECTED]
subscribers :-P.

-- 
Ed Avis <[EMAIL PROTECTED]>





Re: Namespace for nonexistent modules

2002-10-29 Thread Ed Avis
On Tue, 29 Oct 2002, _brian_d_foy wrote:

>>Is there a namespace for pretend modules, modules which do not exist
>>and should not be installed?

>some suggestions:
>
>   Example::*
>   Foo::*
>   Pretend::*

Those look too real.  It's plausible that real modules might be
created with those names (after all we have Acme).  I thought
something uglier such as a leading underscore would be better.  But
I'll use one of the above namespaces if others on this list agree with
you.

-- 
Ed Avis <[EMAIL PROTECTED]>





Namespace for nonexistent modules

2002-10-29 Thread Ed Avis
I'm writing a program (pmq) which tests the modules installed on the
system.  I would like to make a test suite for this program containing
a few dummy modules.  It's important that the names chosen for the
dummy modules do not interfere with those already installed on the
system.

Is there a namespace for pretend modules, modules which do not exist
and should not be installed?  I was thinking of using names beginning
with an underscore, it's fairly certain that [EMAIL PROTECTED] will not
allocate such a namespace to any real modules.

-- 
Ed Avis <[EMAIL PROTECTED]>





Module version in modules/by-module/ not updated

2002-08-30 Thread Ed Avis

I was granted ownership of the name Log::TraceMessages and uploaded
version 1.0 of that module a long time ago.  Then last year I uploaded
version 1.1.  It has appeared in my user directory (EDAVIS) but not in
modules/by-module/Log/, which still shows 1.0.

Do I need to contact this list to request updating the by-module
directories to point to the latest version - or is there some other
step I'm missing?

-- 
Ed Avis <[EMAIL PROTECTED]>