dean blackketter
2003-02-22 13:26:27 UTC
Hi,
I just checked in architecture specific libraries for the Time::HiRes CPAN module. Feel free to add your own architecture so future users don't have to install it themselves.
The HiRes.pm file has some version information that we need to keep CVS from modifying.
When you add it, use this:
cvs add -ko server/lib/CPAN/arch/trs80/Time/HiRes.pm
The -ko keeps CVS from doing automatic versioning substitution after it grabs the file.
You'll also need to add the dynamically loaded library, like this:
cvs add -ko server/lib/CPAN/arch/trs80/HiRes.uhoh
where trs80 is the architecture as returned by $Config::Config{archname}
and HiRes.uhoh is the executable built by make in the Time-HiRes-01.20 directory that you used to build the CPAN module.
-dean
I just checked in architecture specific libraries for the Time::HiRes CPAN module. Feel free to add your own architecture so future users don't have to install it themselves.
The HiRes.pm file has some version information that we need to keep CVS from modifying.
When you add it, use this:
cvs add -ko server/lib/CPAN/arch/trs80/Time/HiRes.pm
The -ko keeps CVS from doing automatic versioning substitution after it grabs the file.
You'll also need to add the dynamically loaded library, like this:
cvs add -ko server/lib/CPAN/arch/trs80/HiRes.uhoh
where trs80 is the architecture as returned by $Config::Config{archname}
and HiRes.uhoh is the executable built by make in the Time-HiRes-01.20 directory that you used to build the CPAN module.
-dean