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";