Fedora 19 Update: perl-Perl6-Caller-0.100-2.fc19

updates at fedoraproject.org updates at fedoraproject.org
Fri Aug 30 23:01:26 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-15187
2013-08-22 22:36:33
--------------------------------------------------------------------------------

Name        : perl-Perl6-Caller
Product     : Fedora 19
Version     : 0.100
Release     : 2.fc19
URL         : https://metacpan.org/release/Perl6-Caller
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.

--------------------------------------------------------------------------------
Update Information:

This is the first Fedora release of perl-Perl6-Caller.
--------------------------------------------------------------------------------
ChangeLog:

--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #998434 - Review Request: perl-Perl6-Caller - OO caller() interface
        https://bugzilla.redhat.com/show_bug.cgi?id=998434
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Perl6-Caller' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list