Skip Menu |

This queue is for tickets about the Net-Domain-ExpireDate CPAN distribution.

Report information
The Basics
Id: 7927
Status: rejected
Priority: 0/
Queue: Net-Domain-ExpireDate

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.25
Fixed in: (no value)



Walery, Thanks for the great module. It's super easy to use. One thing that I ran into which I did not see documented is that the module does handle .EDU lookups. A warning to this effect would be useful. Right now, the script returns an empty date value. I even think that dying would be appropriate. Here's a sample script which will return a warning because $date is empty. #!/usr/bin/perl -w use strict; use Net::Domain::ExpireDate; my $date = expire_date('unc.edu'); print "$date"; William
Date: Fri, 8 Oct 2004 09:42:24 +0500
From: Walery Studennikov <despair [...] cpan.org>
To: www-data [...] pallas.eruditorum.org, bug-Net-Domain-ExpireDate [...] rt.cpan.org
Subject: Re: [cpan #7927]
RT-Send-Cc:
On Thu, Oct 07, 2004 at 05:10:20PM -0400, Guest via RT wrote: Show quoted text
> > This message about Net-Domain-ExpireDate was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=7927 > > > Walery, > > Thanks for the great module. It's super easy to use. One thing that I ran into which I did not see documented is that the module does handle .EDU lookups. A warning to this effect would be useful. Right now, the script returns an empty date value. I even think that dying would be appropriate. Here's a sample script which will return a warning because $date is empty. > > #!/usr/bin/perl -w > use strict; > use Net::Domain::ExpireDate; > > my $date = expire_date('unc.edu'); > print "$date";
Thank you for the bug report. I can include .edu support if you send me an appropriate patch. -- Regards, Walery Studennikov