This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
correct declared min Perl version for Time-HiRes
authorZefram <zefram@fysh.org>
Wed, 19 Jul 2017 23:29:19 +0000 (00:29 +0100)
committerZefram <zefram@fysh.org>
Wed, 19 Jul 2017 23:29:19 +0000 (00:29 +0100)
commitaf94b3aceca5e13699699197deb87e197a62e3f8
tree004e6e017cb80832d0d27ec0712a33293a00bfef
parent89e2d2f33c90af3dbbe7745b80ee60030264b01c
correct declared min Perl version for Time-HiRes

Version 1.9727_03 of Time-HiRes introduced into Makefile.PL a declaration
of the minimum required Perl version, but got it wrong.  It declared a
minimum of 5.8, but the module itself only demands 5.6, and it actually
works at least as far back as 5.6.1.  Change the declared minimum to 5.6.
dist/Time-HiRes/Changes
dist/Time-HiRes/HiRes.pm
dist/Time-HiRes/Makefile.PL
pod/perldelta.pod