Ticket #68: 68.patch

File 68.patch, 319 bytes (added by kindlund, 1 year ago)

Patch for Manager (switch DB use to DB require).

  • lib/HoneyClient/Manager.pm

    old new  
    169169if ($DB_ENABLE) { 
    170170    # Include DB Utility Library 
    171171    # TODO: Include unit tests. 
    172     use HoneyClient::DB::Fingerprint; 
     172    require HoneyClient::DB::Fingerprint; 
    173173} 
    174174 
    175175# XXX: Remove this, eventually.