diff options
author | dougb <dougb@FreeBSD.org> | 2003-08-25 08:08:01 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-08-25 08:08:01 +0000 |
commit | 822d1156be80d39846437f34d02686ab01f09fc0 (patch) | |
tree | a9bb76e9acbfd0b673026ab4f55ba804e273a9c4 /dns/p5-Net-DNS/Makefile | |
parent | 88bc8ce89d8efbdd04d769eae262015708588806 (diff) | |
download | FreeBSD-ports-822d1156be80d39846437f34d02686ab01f09fc0.zip FreeBSD-ports-822d1156be80d39846437f34d02686ab01f09fc0.tar.gz |
Update to 0.39, the latest release.
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups
If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 0f9f15f..60c5c5e 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net |