The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::Kantan::Caller - Kantan caller

SYNOPSIS

    my $caller = Test::Kantan::Caller->new();

DESCRIPTION

This is the caller object for Test::Kantan.

METHODS

my $caller = Test::Kantan::Caller->new([$level=0[, $binmode="<:encoding(utf-8)"])

Create new Test::Kantan::Caller object from the caller information.

$level: Caller level.

$binmode: Binmode for reading source code.

Return Value: New object. If there is no caller, return () or undef.

ATTRIBUTES

package

The caller package name

filename

The caller file name.

line

The caller line number.

code

The source code at caller file at line number.