r54458 - /trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 17 20:33:47 UTC 2010


Author: dmn
Date: Wed Mar 17 20:33:34 2010
New Revision: 54458

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54458
Log:
document find_debs_for_modules

Modified:
    trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm

Modified: trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm?rev=54458&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm Wed Mar 17 20:33:34 2010
@@ -297,6 +297,14 @@
     }
 }
 
+=item find_debs_for_modules I<dep hash>[, APT contents]
+
+Scans the given hash of dependencies ( module => version ) and returns matching
+Debian package dependency specification (as an instance of
+L<Debian::Dependencies> class) and a list of missing modules.
+
+=cut
+
 sub find_debs_for_modules {
 
     my ( $self, $dep_hash, $apt_contents ) = @_;




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