summaryrefslogtreecommitdiff
path: root/lib/TUWF
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TUWF')
-rw-r--r--lib/TUWF/DB.pm2
-rw-r--r--lib/TUWF/Misc.pm2
-rw-r--r--lib/TUWF/Request.pm2
-rw-r--r--lib/TUWF/Response.pm2
-rw-r--r--lib/TUWF/Validate.pm2
-rw-r--r--lib/TUWF/Validate/Interop.pm2
-rw-r--r--lib/TUWF/XML.pm2
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/TUWF/DB.pm b/lib/TUWF/DB.pm
index 088dd94..b98b50e 100644
--- a/lib/TUWF/DB.pm
+++ b/lib/TUWF/DB.pm
@@ -7,7 +7,7 @@ use Carp 'croak';
use Exporter 'import';
use Time::HiRes 'time';
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
our @EXPORT = qw|
dbInit dbh dbCheck dbDisconnect dbCommit dbRollBack
dbExec dbVal dbRow dbAll dbPage
diff --git a/lib/TUWF/Misc.pm b/lib/TUWF/Misc.pm
index aa09e34..a8676c4 100644
--- a/lib/TUWF/Misc.pm
+++ b/lib/TUWF/Misc.pm
@@ -12,7 +12,7 @@ use Scalar::Util 'looks_like_number';
use TUWF::Validate;
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
our @EXPORT_OK = ('uri_escape', 'kv_validate');
diff --git a/lib/TUWF/Request.pm b/lib/TUWF/Request.pm
index 37950df..110535e 100644
--- a/lib/TUWF/Request.pm
+++ b/lib/TUWF/Request.pm
@@ -7,7 +7,7 @@ use Encode 'decode_utf8', 'encode_utf8';
use Exporter 'import';
use Carp 'croak';
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
our @EXPORT = qw|
reqInit reqGets reqGet reqPosts reqPost reqParams reqParam reqJSON
reqUploadMIMEs reqUploadMIME reqUploadRaws reqUploadRaw reqSaveUpload
diff --git a/lib/TUWF/Response.pm b/lib/TUWF/Response.pm
index f44cc81..f52441e 100644
--- a/lib/TUWF/Response.pm
+++ b/lib/TUWF/Response.pm
@@ -9,7 +9,7 @@ use POSIX 'strftime';
use Carp 'croak';
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
our @EXPORT = qw|
resInit resHeader resCookie resBuffer resFd resStatus resRedirect
resNotFound resJSON resBinary resFile resFinish
diff --git a/lib/TUWF/Validate.pm b/lib/TUWF/Validate.pm
index 8cd9477..2f5d69b 100644
--- a/lib/TUWF/Validate.pm
+++ b/lib/TUWF/Validate.pm
@@ -7,7 +7,7 @@ use Exporter 'import';
use Scalar::Util 'blessed';
our @EXPORT_OK = qw/compile validate/;
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
# Unavailable as custom validation names
diff --git a/lib/TUWF/Validate/Interop.pm b/lib/TUWF/Validate/Interop.pm
index f172701..5f40c5c 100644
--- a/lib/TUWF/Validate/Interop.pm
+++ b/lib/TUWF/Validate/Interop.pm
@@ -7,7 +7,7 @@ use Exporter 'import';
use Carp 'croak';
our @EXPORT_OK = ('analyze');
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
# Analyzed ("flattened") object:
diff --git a/lib/TUWF/XML.pm b/lib/TUWF/XML.pm
index 52fc0be..9714284 100644
--- a/lib/TUWF/XML.pm
+++ b/lib/TUWF/XML.pm
@@ -10,7 +10,7 @@ use Exporter 'import';
use Carp 'carp', 'croak';
-our $VERSION = '1.3';
+our $VERSION = '1.3.1';
our(@EXPORT_OK, %EXPORT_TAGS, $OBJ);
# List::Util provides a uniq() since 1.45, but for some reason my Perl comes