summaryrefslogtreecommitdiffstats
path: root/lib/smartmatch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smartmatch.pm')
-rw-r--r--lib/smartmatch.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smartmatch.pm b/lib/smartmatch.pm
index 8cbbc9e..26655b5 100644
--- a/lib/smartmatch.pm
+++ b/lib/smartmatch.pm
@@ -81,14 +81,14 @@ sub unimport {
=head1 FUNCTIONS
-=head2 get_smartmatch_callback($level)
+=head2 callback_at_level($level)
Returns a coderef which will call smartmatching on its two arguments, with the
smartmatch implementation used at caller level C<$level>.
=cut
-sub get_smartmatch_callback {
+sub callback_at_level {
my ($level) = @_;
$level++;
my $hh = (caller($level))[10];