Changeset 1176
- Timestamp:
- 02/01/08 10:06:01 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/xkovah-simpler_install/lib/HoneyClient/Agent.pm
r1012 r1176 206 206 # Include Base64 Libraries 207 207 use MIME::Base64 qw(encode_base64 decode_base64); 208 209 # Include Data Differential Analysis Libraries210 # TODO: Include corresponding unit tests.211 # XXX: Do we need this?212 use Data::Diff;213 # TODO: Include corresponding unit tests.214 # XXX: Do we need this?215 use Data::Structure::Util qw(unbless);216 # TODO: Include corresponding unit tests.217 # XXX: Do we need this?218 use Data::Compare;219 208 220 209 # Include Logging Library honeyclient/branches/exp/xkovah-simpler_install/lib/HoneyClient/Agent/Driver/Browser.pm
r1082 r1176 242 242 # TODO: Need unit testing. 243 243 use HTTP::Request::Common; 244 245 # TODO: Need unit testing.246 use HTML::LinkExtor;247 244 248 245 # TODO: Need unit testing.
