ID | 19538612 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | perl-Perl6-Caller | |||||||||||||
Version | 0.100 | |||||||||||||
Release | 18.el8 | |||||||||||||
Epoch | ||||||||||||||
Arch | src | |||||||||||||
Summary | OO caller() interface | |||||||||||||
Description | By default, this module exports the caller function. This automatically returns a new caller object. An optional argument specifies how many stack frames back to skip, just like the CORE::caller function. This lets you do things like this: print "In ", caller->subroutine, " called from ", caller->filename, " line ", caller->line; If you do not wish the caller function imported, specify an empty import list and instantiate a new Perl6::Caller object. use Perl6::Caller (); my $caller = Perl6::Caller->new; print $caller->line; Note: if the results from the module seem strange, please read perldoc -s caller carefully. It has stranger behavior than you might be aware. | |||||||||||||
Build Time | 2019-11-07 15:41:29 GMT | |||||||||||||
Size | 15.64 KB | |||||||||||||
2a25b6c7f79d32ac82a7dae382c616db | ||||||||||||||
License | GPL+ or Artistic | |||||||||||||
Buildroot | epel8-build-18108132-1293748 | |||||||||||||
Provides | No Provides | |||||||||||||
Obsoletes | No Obsoletes | |||||||||||||
Conflicts | No Conflicts | |||||||||||||
Requires |
|
|||||||||||||
Recommends | No Recommends | |||||||||||||
Suggests | No Suggests | |||||||||||||
Supplements | No Supplements | |||||||||||||
Enhances | No Enhances | |||||||||||||
Files |
|
|||||||||||||
Component of | No Buildroots |