Re: Updating Storable on CPAN

2015-06-26 Thread Abhijit Menon-Sen
Hi Todd. At 2015-06-24 01:29:58 -0500, t...@rinaldo.us wrote: > > I'd like to offer to update this module on CPAN to keep it in sync. If > you're ok with that, I've already done the leg work to get the module > ready to update so I'd just need co-maint. Thanks for the offer. I'll grant co-maint a

Math::Random::MT

2001-05-22 Thread Abhijit Menon-Sen
Please add the following module (already on the CPAN) to the module list: modid: Math::Random::MT DSLIP: bdcha description: The Mersenne Twister PRNG userid: AMS (Abhijit Menon-Sen) chapterid: 6 (Data_Type_Utilities) The module implements the Mersenne

Poetry::Vogon

2001-05-13 Thread Abhijit Menon-Sen
As a tribute to the late Douglas Adams, I am writing Poetry::Vogon, a Vogon poetry generator. Please consider adding this to the module list: modid: Poetry::Vogon DSLIP: idpOa description: Vogon Poetry Generator userid: AMS (Abhijit Menon-Sen) chapterid: 23

Math::Random::Mersenne?

2001-05-07 Thread Abhijit Menon-Sen
I am writing a Perl module which uses the Mersenne Twister to generate random numbers. Does anyone have suggestions for naming the module? I am currently in favour of Math::Random::Mersenne, but I could easily be persuaded to change my mind (I don't like the Math::FooRandom convention, however).

miscellaneous Crypt::* modules

2001-05-01 Thread Abhijit Menon-Sen
Greetings. I'm writing the following modules: Modes: Crypt::CFB, Crypt::OFB Ciphers:Crypt::CAST_128, Crypt::CAST_256, Crypt::CRAB, Crypt::MISTY1, Crypt::Serpent Does anyone have any objection to these names? Suggestions for alternatives to Crypt::CAST_{128,256} a

Crypt::Twofish updates

2001-04-29 Thread Abhijit Menon-Sen
I am the new maintainer of the Crypt::Twofish module, and I just uploaded version 2.00 to the CPAN. Could you please update the module list appropriately? modid: Crypt::Twofish DSLI:RdcO description: The Twofish Encryption Algorithm userid: AMS (Abhijit Menon-Sen

Time::TAI?

2001-04-23 Thread Abhijit Menon-Sen
I'm working on a Perl module which stores and manipulates times in the TAI64* formats, as defined by http://cr.yp.to/libtai/tai64.html>. I'll upload it to CPAN when I'm done. Does anyone have any objections to my calling it Time::TAI64, or have a better name to suggest? - ams

Set::Crontab

2001-03-31 Thread Abhijit Menon-Sen
The Set::Crontab module is on the CPAN, but is not in the module list. Could somebody please add it? modid: Set::Crontab DSLI:bdph description: Expand crontab(5)-style integer lists userid: AMS (Abhijit Menon-Sen) - ams

[RFC2410] Crypt::NULL

2001-03-31 Thread Abhijit Menon-Sen
serid: AMS (Abhijit Menon-Sen) chapterid: 14 (Security_and_Encryption) - ams NAME Crypt::NULL - NULL Encryption Algorithm SYNOPSIS use Crypt::NULL; $null = Crypt::NULL->new($key); $ciphertext = $null->encrypt($plaintext); $plaintext = $null->decrypt($ciphertext)

transferring module ownership

2001-03-24 Thread Abhijit Menon-Sen
Greetings. How should one go about transferring ownership of a module to somebody else on the CPAN? - ams

Crypt::TEA

2001-03-20 Thread Abhijit Menon-Sen
ertext. decrypt($data) Decrypts $data (of blocksize() bytes) and returns the corresponding plaintext. SEE ALSO Crypt::CBC, Crypt::Blowfish, Crypt::DES AUTHOR Abhijit Menon-Sen <[EMAIL PROTECTED]> Copyright 2001 Abhijit Menon-Sen. All rights reserved. This is fre

registration request

2001-01-28 Thread Abhijit Menon-Sen
Name: Abhijit Menon-Sen Email Address: [EMAIL PROTECTED] Homepage: http://wiw.org/~ams/> Preferred ID: AMS (or, if necessary, CRAB) Contribution: NameDSLIDescription --- Set::CrontabbdphExpand crontab(5)-style inte