/Symbol-Approx-Sub/dist/t/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');