diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-04-30 11:53:27 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-12-23 17:06:14 +0100 |
commit | 4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f (patch) | |
tree | 11a1b2b04a8fb0cc5a82b9c463214b46b195cbcd /URPM.pm | |
parent | 6b882f8190e9788de3c8b6ab77570c4ec991640f (diff) | |
download | perl-URPM-4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f.tar perl-URPM-4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f.tar.gz perl-URPM-4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f.tar.bz2 perl-URPM-4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f.tar.xz perl-URPM-4fe92b2faa1dd90fa68b7fbddacb82a6a3094e5f.zip |
document URPM::Signature
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1044,6 +1044,8 @@ B<transaction_state>: $state object The L<URPM::Resolve> implements the resolving bits. +The L<URPM::Signature> implements the pubkey bits. + The L<urpm> package is a higher level module used by the urpmi command line tool, the rpmdrake GUI and the drakx installer. |