diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-03 14:49:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-03 14:49:36 +0000 |
commit | 161e88095e65696bcefd769026e8a0b616e4f015 (patch) | |
tree | 2a735003048121be989ef5dab5241ac1bffd8456 /URPM.pm | |
parent | 9e5e408586d3bbc9989b539c9b0f7fbb17162f73 (diff) | |
download | perl-URPM-161e88095e65696bcefd769026e8a0b616e4f015.tar perl-URPM-161e88095e65696bcefd769026e8a0b616e4f015.tar.gz perl-URPM-161e88095e65696bcefd769026e8a0b616e4f015.tar.bz2 perl-URPM-161e88095e65696bcefd769026e8a0b616e4f015.tar.xz perl-URPM-161e88095e65696bcefd769026e8a0b616e4f015.zip |
1.621.62
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.61'; +our $VERSION = '1.62'; URPM->bootstrap($VERSION); |