summaryrefslogtreecommitdiff
path: root/cpan/Time-HiRes/HiRes.pm
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-05-18 21:49:45 +0100
committerZefram <zefram@fysh.org>2011-05-18 22:31:50 +0100
commit91a2e9f615c98c7be7adf43d6a8a7482eb59811f (patch)
tree3b7c71a073ec04b7356f92279c71c9655914d1c9 /cpan/Time-HiRes/HiRes.pm
parent6aac7955575f46b396a8806c260a6b1e11f3f931 (diff)
downloadperl-91a2e9f615c98c7be7adf43d6a8a7482eb59811f.tar.gz
update Time-HiRes to CPAN version 1.9722
- Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl, report from Christian Walde [rt.cpan.org #61648], fix derived from Vincent Pit. - Jump through hoops to avoid compiler warnings.
Diffstat (limited to 'cpan/Time-HiRes/HiRes.pm')
-rw-r--r--cpan/Time-HiRes/HiRes.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpan/Time-HiRes/HiRes.pm b/cpan/Time-HiRes/HiRes.pm
index 8f2ec21331..e6295a8085 100644
--- a/cpan/Time-HiRes/HiRes.pm
+++ b/cpan/Time-HiRes/HiRes.pm
@@ -23,7 +23,7 @@ require DynaLoader;
stat
);
-$VERSION = '1.9721_01';
+$VERSION = '1.9722';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -585,6 +585,8 @@ Copyright (c) 1996-2002 Douglas E. Wegscheid. All rights reserved.
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Jarkko Hietaniemi.
All rights reserved.
+Copyright (C) 2011 Andrew Main (Zefram) <zefram@fysh.org>
+
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.