Skip Menu |

This queue is for tickets about the Time-HiRes CPAN distribution.

Report information
The Basics
Id: 87858
Status: resolved
Priority: 0/
Queue: Time-HiRes

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.9725
Fixed in: (no value)



Subject: [PATCH] Sync with bleadperl
Please could you consider rolling a new CPAN release with the attached patch included? This is the only divergence between the current CPAN release and bleadperl, and it would be great to get the two back in sync. The patch comes from http://perl5.git.perl.org/perl.git/commit/c7627e6d It isn't urgent, but if you were able to do this before the next Perl release on 20th August I would be very grateful.
Subject: Makefile.patch
diff -ruN Time-HiRes-1.9725.orig/Makefile.PL Time-HiRes-1.9725/Makefile.PL --- Time-HiRes-1.9725.orig/Makefile.PL 2012-02-01 16:06:24.000000000 +0000 +++ Time-HiRes-1.9725/Makefile.PL 2013-08-14 21:30:38.959418700 +0100 @@ -115,7 +115,8 @@ } } - my $ccflags = $Config{'ccflags'} . ' ' . "-I$COREincdir"; + my $ccflags = $Config{'ccflags'} . ' ' . "-I$COREincdir" + . ' -DPERL_NO_INLINE_FUNCTIONS'; if ($^O eq 'VMS') { $cccmd = "$Config{'cc'} /include=($COREincdir) $tmp.c";
Fixed in Time-HiRes-1.9726, now on CPAN.