Skip to content

Commit

Permalink
Reconcile Time-HiRes with CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos authored and khwilliamson committed Jan 12, 2017
1 parent 9e06a81 commit 440f3ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ package Maintainers;
},

'Time::HiRes' => {
'DISTRIBUTION' => 'JHI/Time-HiRes-1.9740.tar.gz',
'DISTRIBUTION' => 'JHI/Time-HiRes-1.9741.tar.gz',
'FILES' => q[dist/Time-HiRes],
},

Expand Down
15 changes: 13 additions & 2 deletions dist/Time-HiRes/Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
Revision history for the Perl extension Time::HiRes.

1.9740_01 [2016-10-01]
- explicit cast to clockid_t needed for C++11 (gcc 6, clang 3.9)
1.9741 [2016-11-20]
- C++11 compatibility: blead a914236c
- El Capitan compatibility: blead 45bbc013
- use CLOCK_REALTIME for clock_nanosleep scan: blead 56ed632c
- include file consistency in scans: blead 605b4dbe
- use clockid_t consistently: blead 2979fdf3
- use hv_fetchs(): blead 07e4dd7a
- scan for clockid_t (needed for macos Sierra): blead 69d1f2c2
- darwin lacks clockid_t: blead d1e7b5aa
[rt.cpan.org #129789]
- provide template for tempfile: blead 91dca83e
- explicit cast for clockid_t in C++11: blead 1c566547
- upgrade to a newer ppport (3.35)

1.9740 [2016-09-25]
- the ext3/ext2 filesystems do not have subsecond resolution,
Expand Down
2 changes: 1 addition & 1 deletion dist/Time-HiRes/HiRes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ our @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval
stat lstat utime
);

our $VERSION = '1.9740_03';
our $VERSION = '1.9741';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down

0 comments on commit 440f3ee

Please sign in to comment.