diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-27 17:24:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-27 17:24:14 +0000 |
commit | c39fe46257a560f41049d0d14267ea3f329bc544 (patch) | |
tree | 8dc1478c6f1306733552b1eec04fb3242231d85e /URPM.pm | |
parent | 4099db5b004834ee878937421e7c48ff67534c21 (diff) | |
download | perl-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
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>. |