The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
DateTime::HiRes
========================
 
This is a companion module to DateTime.pm.  It enables you to generate DateTime objects that represent the current time with sub-second resolution.

INSTALLATION
 
To install this module type the following:
 
perl Build.PL
./Build
./Build test
./Build install