Changeset 64
- Timestamp:
- 12/01/06 11:08:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r63 r64 480 480 # Comma-separated string containing the good words and bad words for link scoring purposes 481 481 goodwords => getVar(name => "goodwords", namespace => "HoneyClient::Agent::Driver::Browser"), 482 badwords => getVar(name => "badwords", namespace => "HoneyClient::Agent::Driver Browser"),482 badwords => getVar(name => "badwords", namespace => "HoneyClient::Agent::Driver::Browser"), 483 483 484 484 );
