/Symbol-Approx-Sub/dist/t/str_choose.t

[view plain text]

use Test::More tests => 1;

use Symbol::Approx::Sub (choose => 'String::Equal');


sub aa { 'aa' }

ok(&a eq 'aa');