Re: Developer ID request/module contribution

2001-09-23 Thread Kirrily Robert

In perl.modules, you wrote:
>Hi,
>
>I'd like to request a CPAN/PAUSE developer ID:
>
>- Matt Luker
>- [EMAIL PROTECTED]
>- http://www.redstarhackers.com/
>- MLUKER
>- I have created a Date object that can be used mathematically.  It
>  allows you to create dates from strings (e.g. "2001-09-22") and then
>  add days to it ($tomorrow = Date::Object::Date->new("2001-09-22") + 1)
>  or just treat it like a normal number (++, +=, etc.).  It might not
>  be the most ideal design (just wraps perl ctime funcs), but it does work
>  well (IMO).

Before you submit this to CPAN, I think you should subscribe to
[EMAIL PROTECTED] and talk to the folks over there. I know of *at least*
three modules that aim to do what you've described, and we're trying to
amalgamate some of them rather than proliferate more.  The Date::
namespace is already confusing enough without umpteen nearly-identical
modules in there.  So perhaps you could contribute your coding efforts
to an existing module.

K.

-- 
Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/
"I have every excuse for [getting electrocuted while working on a hub
 naked]... I just wish I hadn't had it in my lap at the time."
-- Morgan (from the Netizen quotes file)



Re: Developer ID request

2000-05-31 Thread Tim Bunce

Thanks Murray.

I think you can safely assume they'll be no objections.

Tim.

On Wed, May 31, 2000 at 04:48:25AM -0700, Murray Nesbitt wrote:
> 
> your name : Murray Nesbitt
> 
> your email address : [EMAIL PROTECTED]
> 
> your preferred user-ID on CPAN: MURRAY
> 
> a description of what you're planning to contribute : 
> 
> Name   DSLI  Description 
> -    
> PPMRdpf  Perl Package Manager
> 
> For the past 2 years or so, PPM has been available to users of
> ActiveState's binary distributions (MS Windows, Linux, Solaris) of Perl
> to install pre-compiled Perl extensions and modules.
> 
> PPM primarily benefits Perl users who don't have access to the software
> tools (e.g. make, cc, etc.) usually required to build and install Perl
> extensions and modules, but it is also useful as a method of quickly and
> (usually) painlessly installing pre-compiled Perl extensions and modules
> from a trusted local or remote source.
> 
> Thanks,
> 
> Murray