summaryrefslogtreecommitdiff
path: root/lib/TUWF
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
committerYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
commit331ceb1fe4b4f950a3e561d9a760abb4744e32f4 (patch)
treea652e5df6486775708e6e6cdcdb264f2f7c68420 /lib/TUWF
parentf2e445b2ebce05b544c0682219e3f42db97ea94f (diff)
Year + Version bump for 1.2v1.2
Diffstat (limited to 'lib/TUWF')
-rw-r--r--lib/TUWF/DB.pm2
-rw-r--r--lib/TUWF/DB.pod2
-rw-r--r--lib/TUWF/Intro.pod2
-rw-r--r--lib/TUWF/Misc.pm2
-rw-r--r--lib/TUWF/Misc.pod2
-rw-r--r--lib/TUWF/Request.pm2
-rw-r--r--lib/TUWF/Request.pod2
-rw-r--r--lib/TUWF/Response.pm2
-rw-r--r--lib/TUWF/Response.pod2
-rw-r--r--lib/TUWF/XML.pm2
-rw-r--r--lib/TUWF/XML.pod2
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/TUWF/DB.pm b/lib/TUWF/DB.pm
index aae8e41..d50774f 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.1';
+our $VERSION = '1.2';
our @EXPORT = qw|
dbInit dbh dbCheck dbDisconnect dbCommit dbRollBack
dbExec dbVal dbRow dbAll dbPage
diff --git a/lib/TUWF/DB.pod b/lib/TUWF/DB.pod
index 5982654..e520e19 100644
--- a/lib/TUWF/DB.pod
+++ b/lib/TUWF/DB.pod
@@ -252,7 +252,7 @@ L<TUWF>
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the
diff --git a/lib/TUWF/Intro.pod b/lib/TUWF/Intro.pod
index c7fd409..deb0236 100644
--- a/lib/TUWF/Intro.pod
+++ b/lib/TUWF/Intro.pod
@@ -290,7 +290,7 @@ L<https://dev.yorhel.nl/tuwf|https://dev.yorhel.nl/tuwf>.
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the
diff --git a/lib/TUWF/Misc.pm b/lib/TUWF/Misc.pm
index 16236b6..1ccd2b8 100644
--- a/lib/TUWF/Misc.pm
+++ b/lib/TUWF/Misc.pm
@@ -11,7 +11,7 @@ use Encode 'encode_utf8';
use Scalar::Util 'looks_like_number';
-our $VERSION = '1.1';
+our $VERSION = '1.2';
our @EXPORT = ('formValidate', 'mail');
our @EXPORT_OK = ('uri_escape', 'kv_validate');
diff --git a/lib/TUWF/Misc.pod b/lib/TUWF/Misc.pod
index ca141ad..6e2b6ca 100644
--- a/lib/TUWF/Misc.pod
+++ b/lib/TUWF/Misc.pod
@@ -280,7 +280,7 @@ L<TUWF>, L<URI::Escape>.
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the
diff --git a/lib/TUWF/Request.pm b/lib/TUWF/Request.pm
index f77042c..5d7647f 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.1';
+our $VERSION = '1.2';
our @EXPORT = qw|
reqInit reqGets reqGet reqPosts reqPost reqParams reqParam reqJSON
reqUploadMIMEs reqUploadMIME reqUploadRaws reqUploadRaw reqSaveUpload
diff --git a/lib/TUWF/Request.pod b/lib/TUWF/Request.pod
index d35edc2..6b65e58 100644
--- a/lib/TUWF/Request.pod
+++ b/lib/TUWF/Request.pod
@@ -218,7 +218,7 @@ L<TUWF>
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the
diff --git a/lib/TUWF/Response.pm b/lib/TUWF/Response.pm
index 07799e8..07c01ed 100644
--- a/lib/TUWF/Response.pm
+++ b/lib/TUWF/Response.pm
@@ -9,7 +9,7 @@ use POSIX 'strftime';
use Carp 'croak';
-our $VERSION = '1.1';
+our $VERSION = '1.2';
our @EXPORT = qw|
resInit resHeader resCookie resBuffer resFd resStatus resRedirect
resNotFound resJSON resBinary resFile resFinish
diff --git a/lib/TUWF/Response.pod b/lib/TUWF/Response.pod
index a6ef6ad..87d8bfd 100644
--- a/lib/TUWF/Response.pod
+++ b/lib/TUWF/Response.pod
@@ -251,7 +251,7 @@ L<TUWF>
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the
diff --git a/lib/TUWF/XML.pm b/lib/TUWF/XML.pm
index 86d05b1..7730ab7 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.1';
+our $VERSION = '1.2';
our(@EXPORT_OK, %EXPORT_TAGS, $OBJ);
# List::Util provides a uniq() since 1.45, but for some reason my Perl comes
diff --git a/lib/TUWF/XML.pod b/lib/TUWF/XML.pod
index 7a0e529..2253b66 100644
--- a/lib/TUWF/XML.pod
+++ b/lib/TUWF/XML.pod
@@ -396,7 +396,7 @@ instead of whatever is available on CPAN.
=head1 COPYRIGHT
-Copyright (c) 2008-2017 Yoran Heling.
+Copyright (c) 2008-2018 Yoran Heling.
This module is part of the TUWF framework and is free software available under
the liberal MIT license. See the COPYING file in the TUWF distribution for the