String::Util: transferring maintenance

2020-07-19 Thread Miko O'Sullivan
Please set BAKERSCOT as the primary maintainer for String::Util. Thank you.

Re: Module submission SQL::YASP

2003-06-13 Thread Miko O'Sullivan
On Fri, 13 Jun 2003, Tim Bunce wrote: > I'm happy for it to be in the module list, but I'd really appreciate it > if you could add a section to the docs that compares and contrasts it > with the SQL::Statement (SQL::Parser). Fair nuff. I'll add that to the docs. :-)

Change Class::PublicInternal to Class::PublicPrivate

2002-07-10 Thread Miko O'Sullivan
The name Class::PublicPrivate turned out to make a lot more sense than Class::PublicInternal. Class::PublicPrivate has been uploaded to CPAN. Please change the name in the official module list at your convenience. :-) -Miko - Miko O'Sullivan Author o

Re: Module submission Xaq

2002-01-07 Thread Miko O'Sullivan
>What does Xaq stand for ? I'm still working on that. :-) eXtensible Application [something], probably. :-) -Miko _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

Request to CHANGE namespace

2001-12-11 Thread Miko O'Sullivan
) so the change should not effect anyone. -Miko ----- Miko O'Sullivan Author of the Idocs Guide to HTML http://www.idocs.com/tags/ _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Math::BooleanEval

2001-03-28 Thread Miko O'Sullivan
I noticed that my module Math::BooleanEval is now listed in the Perl5 Module list (http://www.cpan.org/modules/00modlist.long.html), but when I click on the link (which is to http://search.cpan.org/search?module=Math::BooleanEval) the resulting page says "Module 'Math::BooleanEval' not found".

New Module

2001-02-12 Thread Miko O'Sullivan
Math::BooleanEval, a module for parsing and evaluating Boolean expressions, has been uploaded to CPAN. -Miko [EMAIL PROTECTED]

Re: Request for namespaces

2001-01-03 Thread Miko O'Sullivan
>OK, let me know when you have uploaded something.--Thanks! How about the name Math::BooleanEval? That may be a bit more descriptive, since the array really isn't the important part of the process. -miko _ Get your FREE download

Re: Request for namespaces

2001-01-02 Thread Miko O'Sullivan
On Tue, Jan 02, 2001 at 03:05:33PM +0100, Andreas J. Koenig wrote: > I'm sure I'm missing something very basic here: Where is the "or" in > the array? I mean, how do "yea | ney" and "yea & ney" differ? The or isn't in the array. Only the individual elements of the expression are in the array. So

RE: Request for namespaces

2000-12-31 Thread Miko O'Sullivan
ing like "1 | 0" which of course evaluates to 1. If you have any other suggestions I'd be happy to consider them. I would prefer to avoid "BooleanParse" because that may imply a much bigger set of utilities. -miko Miko O'Sullivan Author of the Mikodocs Guide to HTML http://www.mikodocs.com/tags/

Request for namespaces

2000-12-21 Thread Miko O'Sullivan
Request registration of the following namespaces: Math::BooleanArray adpO Parse boolean expressions Set::CheckList adpO Track to-do items. Arbitrarily add to list Class::PublicInternal adpO Keep separate hashes of public/internal data :-) -miko Miko O'Sullivan Auth

RE: Seeking namespace suggestion: CheckList

2000-12-21 Thread Miko O'Sullivan
> On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote: > > I have written a module named "CheckList". Here's the synopsis from the > > documentation: > > > >Provides a mechanism for tracking a list of "to do" items. Each

Seeking namespace suggestion: CheckList

2000-12-20 Thread Miko O'Sullivan
s. CheckList provides two interfaces: object oriented and tied hash. None of the existing top level namespaces seem to quite fit. Would anybody like to suggest a top level namespace? -miko Miko O'Sullivan Author of the Mikodocs Guide to HTML http://www.mikodocs.com/tags/

Request for PAUSE registration

2000-12-18 Thread Miko O'Sullivan
Name: Miko O'Sullivan Email: [EMAIL PROTECTED] Home Page: http://www.idocs.com/miko/ Preferred ID: MIKO What I'm planning to contribute: Math::BooleanArray adpO Parse boolean expressions BooleanArray parses a boolean expression and creates an array o