Changeset 1499 for honeyclient/trunk/t/honeyclient_manager_database.t
- Timestamp:
- 04/09/08 15:47:11 (8 months ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_manager_database.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_manager_database.t
r1282 r1499 78 78 use Data::Dumper; 79 79 80 # Make sure LWP::UserAgent loads. 81 BEGIN { use_ok('LWP::UserAgent') or diag("Can't load LWP::UserAgent package. Check to make sure the package library is correctly listed within the path."); } 82 require_ok('LWP::UserAgent'); 83 use LWP::UserAgent; 84 80 85 # Make sure Data::Structure::Util loads. 81 86 BEGIN { use_ok('Data::Structure::Util', qw(unbless)) or diag("Can't load Data::Structure::Util package. Check to make sure the package library is correctly listed within the path."); }
