diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-11 16:06:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-11 16:06:52 +0000 |
commit | e6afdabda415104a478da84a09dcb78c73b80ce2 (patch) | |
tree | ea1d90d5817fc360e9e74c6f313d539f4e396611 /URPM.pm | |
parent | b73e161f4c85132e6c12d67a4ec413f9118659b1 (diff) | |
download | perl-URPM-e6afdabda415104a478da84a09dcb78c73b80ce2.tar perl-URPM-e6afdabda415104a478da84a09dcb78c73b80ce2.tar.gz perl-URPM-e6afdabda415104a478da84a09dcb78c73b80ce2.tar.bz2 perl-URPM-e6afdabda415104a478da84a09dcb78c73b80ce2.tar.xz perl-URPM-e6afdabda415104a478da84a09dcb78c73b80ce2.zip |
brand new 0.82 version (flag_skip, excludedocs, fix NULL get_name)
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.81'; +our $VERSION = '0.82'; URPM->bootstrap($VERSION); |