diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-01-08 08:12:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-01-08 08:12:03 +0000 |
commit | e8e1fd9a48d190565b0ff85aff55ba982cdd2e85 (patch) | |
tree | ce547a64bc10c30a2b437b857e658d4bc2534b77 | |
parent | 9d51d6ebfb012201baf5b49526dce34e7b46ba1b (diff) | |
download | perl-URPM-e8e1fd9a48d190565b0ff85aff55ba982cdd2e85.tar perl-URPM-e8e1fd9a48d190565b0ff85aff55ba982cdd2e85.tar.gz perl-URPM-e8e1fd9a48d190565b0ff85aff55ba982cdd2e85.tar.bz2 perl-URPM-e8e1fd9a48d190565b0ff85aff55ba982cdd2e85.tar.xz perl-URPM-e8e1fd9a48d190565b0ff85aff55ba982cdd2e85.zip |
- add missing files to the tarball to allow make test
- get rids of some "used of uninitialized value"
-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.52'; +our $VERSION = '1.53'; URPM->bootstrap($VERSION); |