Changeset 1333
- Timestamp:
- 03/06/08 16:10:43 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Manager/Database.pm
r1323 r1333 176 176 use Data::Dumper; 177 177 178 # Make sure LWP::UserAgent loads. 179 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."); } 180 require_ok('LWP::UserAgent'); 181 use LWP::UserAgent; 182 178 183 # Make sure Data::Structure::Util loads. 179 184 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."); } … … 202 207 # Include Utility Library 203 208 use Data::Structure::Util; 209 210 # Include Browser Library 211 use LWP::UserAgent; 204 212 205 213 # Package Global Variable
