From b98a81a3135e6a17ffce429af0613f7354fcdbb5 Mon Sep 17 00:00:00 2001 From: Yuval Kogman Date: Sun, 4 Jan 2009 02:09:49 +0200 Subject: [PATCH] version bump --- lib/KiokuDB/Backend/BDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/KiokuDB/Backend/BDB.pm b/lib/KiokuDB/Backend/BDB.pm index 925d44f..d8a07bf 100644 --- a/lib/KiokuDB/Backend/BDB.pm +++ b/lib/KiokuDB/Backend/BDB.pm @@ -23,7 +23,7 @@ use namespace::clean -except => 'meta'; # this should be generic (work with both c_get and c_pget, and the various # flags) -our $VERSION = "0.09"; +our $VERSION = "0.10"; with qw( KiokuDB::Backend