aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-Domain-ExpireDate
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.37clsung2006-03-302-4/+4
| | | | | - from Changes - modify patterns for whois.cira.ca
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - update dns/p5-Net-Domain-ExpireDate to version 0.36clsung2005-10-032-3/+3
| | | | | PR: 86812 Submitted by: Emanuel Haupt <ehaupt AT critical dot ch>
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+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
* - update to 0.34clsung2005-04-232-3/+3
| | | | - improved obtaining expiration date of .ru domains
* - obtain expiration date of domain namesclsung2005-03-044-0/+47
e.g. use Net::Domain::ExpireDate; $expiration_obj = expire_date( 'microsoft.com' );