#
PORTNAME= Time-HiRes
PORTVERSION= 1.47
PORTVERSION= 1.48
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MD5 (Time-HiRes-1.47.tar.gz) = 10e6510fe591895b8589390c9d3a9bfe
MD5 (Time-HiRes-1.48.tar.gz) = 6c0f16f3dd21d13ce8da5a2dad82f546
to implement time, sleep, and alarm that know about non-integral
seconds.
WWW: http://search.cpan.org/search?dist=Time-HiRes
WWW: http://search.cpan.org/dist/Time-HiRes/
--- HiRes.xs.orig Sat May 31 19:56:33 2003
+++ HiRes.xs Wed Jun 25 17:59:41 2003
@@ -45,6 +45,7 @@
# endif
# else
# define IVdf "ld"
+# define UVuf "ld"
#endif