summaryrefslogtreecommitdiff
path: root/lib/TUWF/DB.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-07 13:25:13 +0100
committerYorhel <git@yorhel.nl>2011-02-07 13:25:13 +0100
commit1c1cee3e12524d32e48f2e72ecced53b6cdc8048 (patch)
tree0fafb236fce2bb541dfec4659f1ef035aa4dffef /lib/TUWF/DB.pm
parenta745ec407b9df60b3149d4bac459f8fa99cd18fa (diff)
Version 0.1 has been released, this repo will now prepresent 0.2
Diffstat (limited to 'lib/TUWF/DB.pm')
-rw-r--r--lib/TUWF/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/DB.pm b/lib/TUWF/DB.pm
index 96b7c89..6a0caa6 100644
--- a/lib/TUWF/DB.pm
+++ b/lib/TUWF/DB.pm
@@ -6,7 +6,7 @@ use warnings;
use Carp 'croak';
use Exporter 'import';
-our $VERSION = '0.1';
+our $VERSION = '0.2';
our @EXPORT = qw|
dbInit dbh dbCheck dbDisconnect dbCommit dbRollBack
dbExec dbRow dbAll dbPage