| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- from Changes
- modify patterns for whois.cira.ca
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
| |
PR: 86812
Submitted by: Emanuel Haupt <ehaupt AT critical dot ch>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- improved obtaining expiration date of .ru domains
|
|
e.g.
use Net::Domain::ExpireDate;
$expiration_obj = expire_date( 'microsoft.com' );
|