Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Perl6-Caller-0.100-2.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / p

Name: perl-Perl6-Caller Distribution: Fedora Project
Version: 0.100 Vendor: Fedora Project
Release: 2.el7 Build date: Fri Jan 31 20:14:41 2014
Group: Development/Libraries Build host: buildvm-26.phx2.fedoraproject.org
Size: 10336 Source RPM: perl-Perl6-Caller-0.100-2.el7.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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Mon Aug 19 2013 Paul Howarth <paul@city-fan.org> - 0.100-2
  - Sanitize for Fedora submission
* Fri Aug 16 2013 Paul Howarth <paul@city-fan.org> - 0.100-1
  - Initial RPM version

Files

/usr/share/doc/perl-Perl6-Caller-0.100
/usr/share/doc/perl-Perl6-Caller-0.100/Changes
/usr/share/doc/perl-Perl6-Caller-0.100/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, Tue Apr 9 13:53:38 2024