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.