I tried to contact the Crypt-OpenSSL-RSA author recently. The module was using "expecting undocumented behaviour that DynaLoader ISA AutoLoader"
His name is Ian Robertson (IROBERTS). I've attempted to contact him via his cpan address, as well as iroberts+perl@red-bean.com I've gotten no response. If anyone knows how to contact him, I'd like to help fix some of the bugs in this module.
Wednesday, June 29, 2011
Friday, April 1, 2011
Looking for CDB_File author
I tried to contact the CDB_File author last week. There's a bug in the module which I'd like addressed. The C code is not C99 compliant, which means it won't compile on some machines.
His name is Matt Sergeant (MSERGEANT). I've attempted to contact him via his cpan address, as well as his http://sergeant.org/ address. No love so far. There's a co-maint on this module, but his emails are bouncing. If anyone knows how to contact Matt, I'd like to help fix some of the bugs in this module, Many of the patches are already in RT but unresolved for the past 3 years.
His name is Matt Sergeant (MSERGEANT). I've attempted to contact him via his cpan address, as well as his http://sergeant.org/ address. No love so far. There's a co-maint on this module, but his emails are bouncing. If anyone knows how to contact Matt, I'd like to help fix some of the bugs in this module, Many of the patches are already in RT but unresolved for the past 3 years.
Sunday, June 20, 2010
Make your desktop background a live world shot
cron this to run every 30 or 60 minutes and you have a world image updated with sun position and weather.
Hopefully we don't kill the server that produces these shots.
#!/usr/bin/env perl
use LWP::Simple;
my %image_hash = ( 'world_sunlight.jpg' => 'http://www.opentopia.com/images/cams/world_sunlight_map_rectangular.jpg',
# 'world_weather.gif' => "http://images.intellicast.com/WeatherImg/Satellite/world.gif"
);
foreach my $file (keys %image_hash) {
getstore($image_hash{$file}, $file);
}
Hopefully we don't kill the server that produces these shots.
Wednesday, May 12, 2010
Looking for Crypt::RIPEMD160 Author
I tried to contact the Crypt::RIPEMD160 author today, as well as a bunch of people listed in the README, etc. 5 of the 8 emails bounced immediately. There's a 64bit bug in the module that is causing issues with Crypt::OpenPGP.
Their name is Christian H. Geuer-Pollmann or CHGEUER in pause. If anyone knows how to contact them, I'd like to help fix some of the bugs in this module
Todd
Their name is Christian H. Geuer-Pollmann or CHGEUER in pause. If anyone knows how to contact them, I'd like to help fix some of the bugs in this module
Todd
Thursday, May 6, 2010
Looking for Net::Ident author
I tried to contact the Net::Ident author 8 days ago.
Their name is Jan-Pieter Cornet or JPC in pause. If anyone knows how to contact them, I'd like to help fix some of the bugs in this module
So far, I've tried their cpan.org email address and johnpc -- at -- xs4all.nl, but I've gotten no response
Todd
Their name is Jan-Pieter Cornet or JPC in pause. If anyone knows how to contact them, I'd like to help fix some of the bugs in this module
So far, I've tried their cpan.org email address and johnpc -- at -- xs4all.nl, but I've gotten no response
Todd
Friday, March 26, 2010
Looking for Net::Daemon author
I just tried to contact the Net::Daemon author - Malcolm H. Nooning
All of the emails I could find for him are bouncing. If anyone knows how to contact him, I'd like to help fix some of the bugs in this module
Todd
All of the emails I could find for him are bouncing. If anyone knows how to contact him, I'd like to help fix some of the bugs in this module
Todd
Monday, March 22, 2010
Looking for MIA CPAN Authors
I've been looking for the authors of the following modules that are in need of some minor maintenance. Most of the modules have RT queues untouched for multiple years.
If anyone knows how to reach them, please let me know.
Business::UPS - MSOLOMON@cpan.org, jwheeler@cpan.org -- jwheeler's email is bouncing.
Net::AIM - aryeh@cpan.org, perlaim@aryeh.net -- All emails bouncing
Safe::Hole - nakajima@netstock.co.jp, SEYN@cpan.org -
IO::Stty - tex@habit.com, auschutz@cpan.org -- All emails bouncing.
Subscribe to:
Posts (Atom)