Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Perl6-Caller | Distribution: Fedora Project |
Version: 0.100 | Vendor: Fedora Project |
Release: 32.fc41 | Build date: Fri Jul 19 23:55:29 2024 |
Group: Unspecified | Build host: buildvm-x86-12.iad2.fedoraproject.org |
Size: 9435 | Source RPM: perl-Perl6-Caller-0.100-32.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Perl6-Caller | |
Summary: 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.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.100-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.100-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.100-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.100-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.100-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.100-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/perl-Perl6-Caller /usr/share/doc/perl-Perl6-Caller/Changes /usr/share/doc/perl-Perl6-Caller/README /usr/share/man/man3/Perl6::Caller.3pm.gz /usr/share/perl5/vendor_perl/Perl6 /usr/share/perl5/vendor_perl/Perl6/Caller.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 02:54:38 2024