SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Perl6-Caller rpm build for : Fedora 30. For other distributions click perl-Perl6-Caller.

Name : perl-Perl6-Caller
Version : 0.100 Vendor : Fedora Project
Release : 15.fc30 Date : 2019-02-02 10:21:04
Group : Unspecified Source RPM : perl-Perl6-Caller-0.100-15.fc30.src.rpm
Size : 0.01 MB
Packager : Fedora Project
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.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/30/Everything/aarch64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Perl6-Caller-0.100-15.fc30.noarch.rpm
ftp.icm.edu.pl  perl-Perl6-Caller-0.100-15.fc30.noarch.rpm
     

Provides :
perl(Perl6::Caller)
perl-Perl6-Caller

Requires :
perl(:MODULE_COMPAT_5.28.1)
perl(overload)
perl(strict)
perl(warnings)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/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

 
ICM