Package perl-Devel-Caller: Information

    Source package: perl-Devel-Caller
    Version: 2.05-alt1.1
    Build time:  Nov 12, 2010, 08:34 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Devel::Caller - meatier versions of caller
    Description: 
    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 )
    
    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.

    List of rpms provided by this srpm:
    perl-Devel-Caller (x86_64, i586)

    Maintainer: Michael Bochkaryov



      1. perl-PadWalker
      2. perl-devel

    Last changed


    Nov. 7, 2010 Vladimir Lettiev 2.05-alt1.1
    - rebuilt with perl 5.12
    April 21, 2010 Alexey Tourbin 2.05-alt1
    - 2.03 -> 2.05
    July 21, 2008 Michael Bochkaryov 2.03-alt1
    - first build for ALT Linux Sisyphus