[Orca-checkins] rev 213 - in trunk/orca: . packages packages/Time-HiRes-1.43
blair at orcaware.com
blair at orcaware.com
Tue Mar 11 09:54:00 PST 2003
Author: blair
Date: 2003-03-11 09:53:22 -0800 (Tue, 11 Mar 2003)
New Revision: 213
Added:
trunk/orca/packages/Time-HiRes-1.43/
Removed:
trunk/orca/packages/Time-HiRes-1.42/
Modified:
trunk/orca/INSTALL
trunk/orca/configure.in
trunk/orca/packages/Time-HiRes-1.43/Changes
trunk/orca/packages/Time-HiRes-1.43/HiRes.pm
trunk/orca/packages/Time-HiRes-1.43/Makefile.PL
Log:
Upgrade Time::HiRes from 1.42 to 1.43.
* INSTALL (Determine which Perl modules need compiling and installing):
Update all references to Time::HiRes's version number from 1.42 to
1.43.
* configure.in:
Bump Time::HiRes's version number to 1.43.
* packages/Time-HiRes-1.43:
Renamed from packages/Time-HiRes-1.42. Directory contents updated
from Time-HiRes-1.43.tar.gz.
Modified: trunk/orca/configure.in
==============================================================================
--- trunk/orca/configure.in (original)
+++ trunk/orca/configure.in 2003-03-11 09:53:39.000000000 -0800
@@ -41,8 +41,8 @@
RRDTOOL_VER=1.000411
STORABLE_DIR=Storable-2.06
STORABLE_VER=2.06
-TIME_HIRES_DIR=Time-HiRes-1.42
-TIME_HIRES_VER=1.42
+TIME_HIRES_DIR=Time-HiRes-1.43
+TIME_HIRES_VER=1.43
AC_SUBST(COMPRESS_ZLIB_DIR)
AC_SUBST(DATA_DUMPER_DIR)
Modified: trunk/orca/INSTALL
==============================================================================
--- trunk/orca/INSTALL (original)
+++ trunk/orca/INSTALL 2003-03-11 09:53:43.000000000 -0800
@@ -176,7 +176,7 @@
Math::IntervalSearch >= 1.05 >= 1.05 1.05
RRDs >= 1.000411 >= 1.0.41 1.0.41
Storable >= 2.06 >= 2.06 2.06
- Time::HiRes Not required by Orca 1.42
+ Time::HiRes Not required by Orca 1.43
All seven of these modules are included with the Orca distribution
in the packages directory. When you configure Orca in step 3),
@@ -277,10 +277,10 @@
Time::HiRes
- http://www.perl.com/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.42.tar.gz
+ http://www.perl.com/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.43.tar.gz
- % gunzip -c Time-HiRes-1.42.tar.gz | tar xvf -
- % cd Time-HiRes-1.42
+ % gunzip -c Time-HiRes-1.43.tar.gz | tar xvf -
+ % cd Time-HiRes-1.43
% perl Makefile.PL
% make
% make test
Copied: Time-HiRes-1.43 (from rev 212, trunk/orca/packages/Time-HiRes-1.42)
Modified: trunk/orca/packages/Time-HiRes-1.43/HiRes.pm
==============================================================================
--- trunk/orca/packages/Time-HiRes-1.42/HiRes.pm (original)
+++ trunk/orca/packages/Time-HiRes-1.43/HiRes.pm 2003-03-11 09:53:43.000000000 -0800
@@ -15,7 +15,7 @@
d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
d_nanosleep);
-$VERSION = '1.42';
+$VERSION = '1.43';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
Modified: trunk/orca/packages/Time-HiRes-1.43/Makefile.PL
==============================================================================
--- trunk/orca/packages/Time-HiRes-1.42/Makefile.PL (original)
+++ trunk/orca/packages/Time-HiRes-1.43/Makefile.PL 2003-03-11 09:53:43.000000000 -0800
@@ -71,7 +71,7 @@
my $TMPDIR =
(grep(defined $_ && -d $_ && -w _,
((defined $ENV{'TMPDIR'} ? $ENV{'TMPDIR'} : undef),
- qw(/var/tmp /usr/tmp /tmp))))[0];
+ qw(/var/tmp /usr/tmp /tmp c:/temp))))[0];
$TMPDIR || die "Cannot find writable temporary directory.\n";
}
Modified: trunk/orca/packages/Time-HiRes-1.43/Changes
==============================================================================
--- trunk/orca/packages/Time-HiRes-1.42/Changes (original)
+++ trunk/orca/packages/Time-HiRes-1.43/Changes 2003-03-11 09:53:43.000000000 -0800
@@ -1,5 +1,10 @@
Revision history for Perl extension Time::HiRes.
+1.43
+ - add c:/temp to the list of temp directories to probe
+ so that cygwin (and win*?) builds are happy. This was
+ needed at least in my cygwin 1.3.20/w2k setup.
+
1.42
- modernize the constants code (from Nicholas Clark)
@@ -8,10 +13,10 @@
for EXTERN.h (either a core perl build, or an installed perl)
had broken (which lead into all test compiles failing with
a core perl build, but thanks to the robustness of Makefile.PL
- nothing of was visible). The brokenness seemed to be caused
- by $ENV{PERL_CORE} not being on for core builds? Now stole
- a trick from the Encode that sets $ENV{PERL_CORE} right, and
- both styles of build should work again.
+ nothing of this was visible). The brokenness seemed to be
+ caused by $ENV{PERL_CORE} not being on for core builds?
+ Now stole a trick from the Encode that sets $ENV{PERL_CORE}
+ right, and both styles of build should work again.
1.40
- Nicholas Clark noticed that the my_catdir() emulation function
More information about the Orca-checkins
mailing list