Fedora Packages

perl-Perl6-Caller

OO caller() interface

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.100-31.fc40 -
Fedora 40 0.100-31.fc40 -
Fedora 39 0.100-29.fc39 -
Fedora 38 0.100-28.fc38 -
EPEL 8 0.100-18.el8 -
EPEL 7 0.100-2.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Perl6-Caller dash maintainers at fedoraproject dot org.



Sources on Pagure