Name : perl-Perl6-Caller
| |
Version : 0.100
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.7.1
| Date : 2023-07-20 18:22:13
|
Group : Development/Libraries/Perl
| Source RPM : perl-Perl6-Caller-0.100-lp155.7.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : OO C< caller()> interface
|
Description :
This module is experimental. It\'s also alpha. Bug reports and patches welcome.
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->file, \" 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.5/noarch |