aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-27 17:24:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-27 17:24:14 +0000
commitc39fe46257a560f41049d0d14267ea3f329bc544 (patch)
tree8dc1478c6f1306733552b1eec04fb3242231d85e
parent4099db5b004834ee878937421e7c48ff67534c21 (diff)
downloadperl-URPM-c39fe46257a560f41049d0d14267ea3f329bc544.tar
perl-URPM-c39fe46257a560f41049d0d14267ea3f329bc544.tar.gz
perl-URPM-c39fe46257a560f41049d0d14267ea3f329bc544.tar.bz2
perl-URPM-c39fe46257a560f41049d0d14267ea3f329bc544.tar.xz
perl-URPM-c39fe46257a560f41049d0d14267ea3f329bc544.zip
let's have a link in doc
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index d235fcd..0aad637 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -292,7 +292,7 @@ URPM - Manipulate RPM files and headers
=head1 DESCRIPTION
The URPM module allows you to manipulate RPM files, RPM header files and
-hdlist files and manage them in memory. It is notably used by the C<urpmi>
+hdlist files and manage them in memory. It is notably used by the L<urpmi>
utility. It provides four classes : C<URPM>, C<URPM::DB>, C<URPM::Package>,
and C<URPM::Transaction>.