Changeset 1554 for honeyclient/trunk/t
- Timestamp:
- 04/22/08 13:20:44 (7 months ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_manager_vm_clone.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_manager_vm_clone.t
r1499 r1554 115 115 use threads::shared; 116 116 117 # Make sure Thread::Semaphore loads. 118 BEGIN { use_ok('Thread::Semaphore') or diag("Can't load Thread::Semaphore package. Check to make sure the package library is correctly listed within the path."); } 119 require_ok('Thread::Semaphore'); 120 use Thread::Semaphore; 121 117 122 # Make sure File::Basename loads. 118 123 BEGIN { use_ok('File::Basename', qw(dirname basename)) or diag("Can't load File::Basename package. Check to make sure the package library is correctly listed within the path."); }
