1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Cheng-Lung Sung
30e63386f9 - update dns/p5-Net-Domain-ExpireDate to version 0.36
PR:		86812
Submitted by:	Emanuel Haupt <ehaupt AT critical dot ch>
2005-10-03 08:23:19 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Cheng-Lung Sung
38c93d2abe - update to 0.34
- improved obtaining expiration date of .ru domains
2005-04-23 07:49:21 +00:00
Cheng-Lung Sung
82f5ebe210 - obtain expiration date of domain names
e.g.

    use Net::Domain::ExpireDate;

    $expiration_obj = expire_date( 'microsoft.com' );
2005-03-04 02:07:30 +00:00