diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-29 17:16:45 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-29 17:16:45 +0000 |
commit | 60031191b7012fdfe8e1af6bd43ff9b36b0c5825 (patch) | |
tree | 398598eb74a6fa2df317dcae75af8d06f4b917f3 /URPM.pm | |
parent | dda88bb6d1e792766d518edd4c23df6936e92a01 (diff) | |
download | perl-URPM-60031191b7012fdfe8e1af6bd43ff9b36b0c5825.tar perl-URPM-60031191b7012fdfe8e1af6bd43ff9b36b0c5825.tar.gz perl-URPM-60031191b7012fdfe8e1af6bd43ff9b36b0c5825.tar.bz2 perl-URPM-60031191b7012fdfe8e1af6bd43ff9b36b0c5825.tar.xz perl-URPM-60031191b7012fdfe8e1af6bd43ff9b36b0c5825.zip |
first try of 4.2 compatible perl-URPM,
missing verify_signature,
new version 0.83
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use strict; use DynaLoader; our @ISA = qw(DynaLoader); -our $VERSION = '0.82'; +our $VERSION = '0.83'; URPM->bootstrap($VERSION); |