Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo that has been there for a very long time
  • Loading branch information
Dave Cross committed Sep 12, 2014
1 parent 1189c5a commit dbd6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub.pm
Expand Up @@ -291,7 +291,7 @@ sub import {
} else {
my $mod = "Symbol::Approx::Sub::$defaults{choose}";
require(_pkg2file($mod));
$CONF{choose} = \&{"4mod::choose"};
$CONF{choose} = \&{"${mod}::choose"};
}
} else {
my $mod = "Symbol::Approx::Sub::$defaults{choose}";
Expand Down

0 comments on commit dbd6577

Please sign in to comment.