[libcurry-perl] 01/03: add long description.

gregor herrmann gregoa at debian.org
Sun Jan 21 14:55:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcurry-perl.

commit 01650118ff8b329371274c4c08ab14223a1a9ef5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 21 15:45:54 2018 +0100

    add long description.
    
    thanks: jaldhar for the proposal
---
 debian/control | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e290835..ba1a8c4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,9 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
 Description: module to create automatic curried method call closures for any class or object
- The curry module …
+ The curry module provides a function that simplifies the creation of curried
+ method closures which are functions that wrap an existing function and
+ provide some of the inner functions arguments. It also contains a package
+ variable which, in addition, weakens the wrapper function so it is will not
+ hold a reference count for the inner function so Perl's garbage collection
+ system can destroy the latter when needed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcurry-perl.git



More information about the Pkg-perl-cvs-commits mailing list