aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-Domain-ExpireDate
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.40Cheng-Lung Sung2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179251
* - Update to 0.39Cheng-Lung Sung2006-10-102-4/+4
| | | | | | | | PR: ports/104220 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=175197
* - update to 0.38Cheng-Lung Sung2006-07-312-4/+4
| | | | Notes: svn path=/head/; revision=169162
* - update to 0.37Cheng-Lung Sung2006-03-302-4/+4
| | | | | | | | - from Changes - modify patterns for whois.cira.ca Notes: svn path=/head/; revision=158412
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - update dns/p5-Net-Domain-ExpireDate to version 0.36Cheng-Lung Sung2005-10-032-3/+3
| | | | | | | | PR: 86812 Submitted by: Emanuel Haupt <ehaupt AT critical dot ch> Notes: svn path=/head/; revision=144044
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-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 Notes: svn path=/head/; revision=143304
* - update to 0.34Cheng-Lung Sung2005-04-232-3/+3
| | | | | | | - improved obtaining expiration date of .ru domains Notes: svn path=/head/; revision=133982
* - obtain expiration date of domain namesCheng-Lung Sung2005-03-044-0/+47
e.g. use Net::Domain::ExpireDate; $expiration_obj = expire_date( 'microsoft.com' ); Notes: svn path=/head/; revision=130306