Changeset 330
- Timestamp:
- 05/06/07 20:45:54 (2 years ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_agent.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_agent.t
r131 r330 43 43 44 44 # Make sure Storable loads. 45 BEGIN { use_ok('Storable', qw( nfreeze thaw)) or diag("Can't load Storable package. Check to make sure the package library is correctly listed within the path."); }45 BEGIN { use_ok('Storable', qw(freeze nfreeze thaw)) or diag("Can't load Storable package. Check to make sure the package library is correctly listed within the path."); } 46 46 require_ok('Storable'); 47 can_ok('Storable', 'freeze'); 47 48 can_ok('Storable', 'nfreeze'); 48 49 can_ok('Storable', 'thaw'); 49 use Storable qw( nfreeze thaw);50 use Storable qw(freeze nfreeze thaw); 50 51 51 52 # Make sure MIME::Base64 loads.
