From e8e1fd9a48d190565b0ff85aff55ba982cdd2e85 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Jan 2007 08:12:03 +0000 Subject: - add missing files to the tarball to allow make test - get rids of some "used of uninitialized value" --- URPM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM.pm') 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); -- cgit v1.2.1