Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    use strict;
    ...
    isa_ok($gm, 'Gearman::XS::Client'); # Pass
    isa_ok($gm, 'My::Gearman::Client'); # Fail
    can_ok($gm, 'foo'); # Fail