r27297 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 26 12:22:04 UTC 2008


Author: dmn
Date: Wed Nov 26 12:22:01 2008
New Revision: 27297

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27297
Log:
add short description of run_depends

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27297&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Wed Nov 26 12:22:01 2008
@@ -1077,6 +1077,9 @@
     );
 }
 
+# finds the list of modules that the distribution in $dir depends on
+# if $build_deps is true, returns build-time dependencies, otherwise
+# returns run-time dependencies
 sub run_depends {
     my ( $depends_module, $dir, $build_deps ) = @_;
 




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