Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Aug 18, 2024
1 parent 84527f4 commit d8e7715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kura.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ sub import {
my $pkg = shift;
my $caller = caller;

$pkg->kura_import_into($caller, @_);
$pkg->import_into($caller, @_);
}

sub kura_import_into {
sub import_into {
my $pkg = shift;
my ($caller, $name, $checker) = @_;

Expand Down

0 comments on commit d8e7715

Please sign in to comment.