r34353 - /trunk/libmodule-extract-use-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Apr 29 21:17:19 UTC 2009


Author: jawnsy-guest
Date: Wed Apr 29 21:17:14 2009
New Revision: 34353

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34353
Log:
Fixed module description


Modified:
    trunk/libmodule-extract-use-perl/debian/control

Modified: trunk/libmodule-extract-use-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/debian/control?rev=34353&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/debian/control (original)
+++ trunk/libmodule-extract-use-perl/debian/control Wed Apr 29 21:17:14 2009
@@ -17,8 +17,9 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl (>= 1.203),
   libtest-output-perl (>= 0.12)
 Description: Perl module to extract which modules some code uses
- Extract the names of the modules used in a file using a static analysis. It
- uses PPI (Perl Parsing Interface) to tokenize and extract the file data.
+ Module::Extract::Use extracts the names of the modules used in a file using a
+ static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract
+ the file data.
  .
  Since this module does not run code, it cannot find dynamic uses of modules,
  such as eval "require $class".




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