diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-09 16:00:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-09 16:00:37 +0000 |
commit | 20ba103d07067b21f0089892eeae618af73d32ce (patch) | |
tree | 0499639ca62a3358d3de7bd6dc36d805b0255b8d /URPM.pm | |
parent | cf1e973e10e2b04b75aca368e87ab53b48f36892 (diff) | |
download | perl-URPM-20ba103d07067b21f0089892eeae618af73d32ce.tar perl-URPM-20ba103d07067b21f0089892eeae618af73d32ce.tar.gz perl-URPM-20ba103d07067b21f0089892eeae618af73d32ce.tar.bz2 perl-URPM-20ba103d07067b21f0089892eeae618af73d32ce.tar.xz perl-URPM-20ba103d07067b21f0089892eeae618af73d32ce.zip |
- new release, 1.631.63
- add $trans->Element_fullname
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.62'; +our $VERSION = '1.63'; URPM->bootstrap($VERSION); |