Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37534698
en ru br
ALT Linux repositórios
S:0.03-alt1.2

Group :: Desenvolvimento/Perl
RPM: perl-Context-Preserve

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.03-alt1.2
Data da compilação: 22 abril 2020, 18:42 ( 209.2 weeks ago )
Tamanho:: 29.43 Kb

Home page:   http://search.cpan.org/dist/Context-Preserve/

Licença: GPL or Artistic
Sumário: run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller
Descrição:

Sometimes you need to call a function, get the results, act on the
results, then return the result of the function.  This is painful
because of contexts; the original function can behave different if
it's called in void, scalar, or list context.  You can ignore the
various cases and just pick one, but that's fragile.  To do things
right, you need to see which case you're being called in, and then
call the function in that context.  This results in 3 code paths,
which is a pain to type in (and maintain).

Mantenedor currente: Igor Vlasenko

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Context-Preserve
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009