pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Devel-Trace



Module Name:    pkgsrc
Committed By:   sno
Date:           Sat Jul 31 07:26:46 UTC 2010

Update of /cvsroot/pkgsrc/devel/p5-Devel-Trace
In directory ivanova.netbsd.org:/tmp/cvs-serv6932

Log Message:
Importing package for p5 dist Devel-Trace-0.10 into devel/p5-Devel-Trace.

This provides a 'meatier' version of caller:

caller_cv($level)

    caller_cv gives you the coderef of the subroutine being invoked
    at the call frame indicated by the value of $level

caller_args($level)

    Returns the arguments passed into the caller at level $level

caller_vars( $level, $names ) =item called_with($level, $names)

    called_with returns a list of references to the original
    arguments to the subroutine at $level. if $names is true, the
    names of the variables will be returned instead

    constants are returned as undef in both cases

called_as_method($level)

    called_as_method returns true if the subroutine at $level was
    called as a method.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Devel-Trace/Makefile
N pkgsrc/devel/p5-Devel-Trace/DESCR
N pkgsrc/devel/p5-Devel-Trace/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index