Пакет perl-Devel-Caller: Информация

    Исходный пакет: perl-Devel-Caller
    Версия: 2.05-alt1.1
    Собран:  12 ноября 2010 г. 8:34
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Devel-Caller/

    Лицензия: Artistic
    О пакете: Devel::Caller - meatier versions 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 )
    
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Devel-Caller (x86_64, i586)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Vladimir Lettiev
    Alexey Tourbin
    Michael Bochkaryov

      1. perl-PadWalker
      2. perl-devel

    Последнее изменение


    7 ноября 2010 г. Vladimir Lettiev 2.05-alt1.1
    - rebuilt with perl 5.12
    21 апреля 2010 г. Alexey Tourbin 2.05-alt1
    - 2.03 -> 2.05
    21 июля 2008 г. Michael Bochkaryov 2.03-alt1
    - first build for ALT Linux Sisyphus