retitle 529232 ITP: libcontext-preserve-perl -- Perl module to preserve calling context thanks
* Package name : libcontext-preserve-perl Version : 0.01 Upstream Author : Jonathan Rockway <jrock...@cpan.org> * URL : http://search.cpan.org/dist/Context-Preserve/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl module to preserve calling context Context::Preserve allows developers to preserve the calling context of their subroutines, which is useful for functions that call other functions and return their results, with some possible modifications. This means that, if your module is called in scalar, list or void context, the given subroutine is called in the same context and the appropriate 'thing' is returned. . This means that it is easy to write functions that call other functions, modify their result and return it, in a seamless manner. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org