[libhook-wrapsub-perl] 04/06: Improve long descrption

gregor herrmann gregoa at debian.org
Fri Feb 12 20:41:31 UTC 2016


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

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

commit 81dad2317249ec069e30acb1f20aa8c87d8a6c31
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Feb 12 21:39:10 2016 +0100

    Improve long descrption
    
    with new language provided by upstream in the POD.
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cfa110d..68394aa 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,10 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends}
 Description: module to wrap subs with pre- and post-call hooks
- Hook::WrapSub enables intercepting a call to any named function; handlers may
- be added both before and after the call to the intercepted function.
+ Hook::WrapSub lets you wrap a function, providing one or both of functions
+ that are called just before and just after, whenever the wrapped function is
+ called.
+ .
+ The wrap_subs() function enables intercepting a call to any named function;
+ handlers may be added both before and after the call to the intercepted
+ function.

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



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