r34165 - /trunk/libb-hooks-op-check-perl/debian/control

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Sun Apr 26 16:10:42 UTC 2009


Author: jeremiah-guest
Date: Sun Apr 26 16:10:37 2009
New Revision: 34165

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34165
Log:
Did more work on the description in the control file, trying to get it to make sense.

Modified:
    trunk/libb-hooks-op-check-perl/debian/control

Modified: trunk/libb-hooks-op-check-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-check-perl/debian/control?rev=34165&op=diff
==============================================================================
--- trunk/libb-hooks-op-check-perl/debian/control (original)
+++ trunk/libb-hooks-op-check-perl/debian/control Sun Apr 26 16:10:37 2009
@@ -11,10 +11,10 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
   libparent-perl, perl (>= 5.8.1)
-Description: wrap OP check callbacks
- B::Hooks::OP::Check provides a C API into PL_check
+Description: libb-hooks-op-check-perl is a module that provides OP check callbacks
+ B::Hooks::OP::Check provides a C API into PL_check, part of perl's core.
  .
- Provides a C API for XS modules to hook into the callbacks
+ This module provides a C API for XS modules to hook into the callbacks
  of "PL_check". PL_check is an array indexed by opcode number 
  (op_type) that contains function pointers invoked as the last 
  stage of optree compilation, per op.




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