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

[view plain text]

use Test::More tests => 1;

use Symbol::Approx::Sub (xform => [ 'Text::Soundex' ]);


sub a_a { 'aa' }

ok(&aa eq 'aa');