This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 22 Sep 2003 07:10:32 +0000 (07:10 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 22 Sep 2003 07:10:32 +0000 (07:10 +0000)
[ 21305]
Upgrade to Time::HiRes 1.51.
p4raw-link: @21305 on //depot/perl: b85af263deccf2c9250a2d3c4007fcba0a39c911

p4raw-id: //depot/maint-5.8/perl@21308
p4raw-integrated: from //depot/perl@21307 'copy in'
ext/Time/HiRes/Changes (@20443..) ext/Time/HiRes/HiRes.pm
(@20456..)

ext/Time/HiRes/Changes
ext/Time/HiRes/HiRes.pm

index 9a8e8af..7c5ae8e 100644 (file)
@@ -1,5 +1,9 @@
 Revision history for Perl extension Time::HiRes.
 
+1.51
+       - doc tweaks from mjd (perl change #20456)
+       - NCR MP-RAS hints file added (svr4.pl) (perl change #21249)
+
 1.50
        - add a message (for non-core builds) to Makefile.PL about
          the LC_ALL=C workaround
index 4fa4731..546e381 100644 (file)
@@ -15,7 +15,7 @@ require DynaLoader;
                 d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
                 d_nanosleep);
        
-$VERSION = '1.50';
+$VERSION = '1.51';
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;