r36339 - /trunk/dh-make-perl/lib/Debian/Dependencies.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun May 24 20:09:52 UTC 2009


Author: dmn
Date: Sun May 24 20:09:47 2009
New Revision: 36339

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36339
Log:
POD fixes

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

Modified: trunk/dh-make-perl/lib/Debian/Dependencies.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Dependencies.pm?rev=36339&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Dependencies.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Dependencies.pm Sun May 24 20:09:47 2009
@@ -205,12 +205,12 @@
     return @removed;
 }
 
-=item has(dep)
+=item has( I<dep> )
 
 Return true if the dependency list contains given dependency. In other words,
 this returns true if the list of dependencies guarantees that the given
-dependency will be satisfied. For example, I<foo, bar> satisfies I<foo>, but
-not I<foo (>= 5)>.
+dependency will be satisfied. For example, C<foo, bar> satisfies C<foo>, but
+not C<< foo (>= 5) >>.
 
 =cut
 
@@ -241,7 +241,7 @@
     Carp::croak("prune() is deprecated and does nothing");
 }
 
-=item sort
+=item sort()
 
 Sorts the dependency list by packagee name, version and relation.
 




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