Changeset 570

Show
Ignore:
Timestamp:
04/27/09 19:37:17 (7 months ago)
Author:
ykerherve
Message:

By design AUTOLOAD won't advertize that GearmanDBI does rw_handle() and r_handle()
so declared them explicitely

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Data/ObjectDriver/Driver/GearmanDBI.pm

    r565 r570  
    111111sub commit             { shift->dbi->commit             (@_) } 
    112112sub rollback           { shift->dbi->rollback           (@_) } 
     113sub rw_handle          { shift->dbi->rw_handle          (@_) } 
     114sub r_handle           { shift->dbi->r_handle           (@_) } 
    113115 
    114116## safety AUTOLOAD for the rest of non-core methods