Changeset 1183
- Timestamp:
- 02/04/08 16:34:47 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/xkovah-simpler_install/lib/HoneyClient/Manager.pm
r1140 r1183 297 297 # Include HoneyClient::DB Utility Libraries 298 298 # TODO: Include unit tests. 299 require HoneyClient::DB::Fingerprint;300 require HoneyClient::DB::Client;301 require HoneyClient::DB::Url::History;302 require HoneyClient::DB::Time;303 299 %link_categories = ( 304 $HoneyClient::DB::Url::History::STATUS_VISITED => 'links_visited',305 $HoneyClient::DB::Url::History::STATUS_TIMED_OUT => 'links_timed_out',300 # $HoneyClient::DB::Url::History::STATUS_VISITED => 'links_visited', 301 # $HoneyClient::DB::Url::History::STATUS_TIMED_OUT => 'links_timed_out', 306 302 # For the time being, ignored links will not be inserted. 307 303 # $HoneyClient::DB::Url::History::STATUS_IGNORED => 'links_ignored',
