aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-01-08 08:12:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-01-08 08:12:03 +0000
commite8e1fd9a48d190565b0ff85aff55ba982cdd2e85 (patch)
treece547a64bc10c30a2b437b857e658d4bc2534b77 /URPM.pm
parent9d51d6ebfb012201baf5b49526dce34e7b46ba1b (diff)
downloadperl-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"
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 2cef1b8..94aa6c3 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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);