Changeset 28774
- Timestamp:
- 12/18/13 12:03:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/tdb-edit/trunk/src/perllib/dbutil/tdbserver.pm
r28773 r28774 39 39 # - we'll also need to wait around for an indeterminate amount of time for the 40 40 # TDBServer to exit (detected by its lockfile disappearing) 41 use Time::HiRes qw( usleep );41 use Time::HiRes qw( gettimeofday tv_interval usleep ); 42 42 43 43 # Greenstone modules
Note:
See TracChangeset
for help on using the changeset viewer.