summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 01:15:11 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 01:15:35 +0200
commitb98ed3ba9bbf9861cd39eb418cf2ca0c777af377 (patch)
treeecacba1b548d1677d828a3c6a3306cccb05be573
parent3daaf5fd9449b35ce0210ec391c002a75c50a2c7 (diff)
downloadperl-MDK-Common-b98ed3ba9bbf9861cd39eb418cf2ca0c777af377.tar
perl-MDK-Common-b98ed3ba9bbf9861cd39eb418cf2ca0c777af377.tar.gz
perl-MDK-Common-b98ed3ba9bbf9861cd39eb418cf2ca0c777af377.tar.bz2
perl-MDK-Common-b98ed3ba9bbf9861cd39eb418cf2ca0c777af377.tar.xz
perl-MDK-Common-b98ed3ba9bbf9861cd39eb418cf2ca0c777af377.zip
1.2.331.2.33
-rw-r--r--NEWS2
-rwxr-xr-xlib/MDK/Common.pm.pl2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0314888..a042e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.33 - 28 October 2017, by Thierry Vignaud
+
- add minimal testsuite
Version 1.2.32 - 4 April 2016, by Thierry Vignaud
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index f9218b1..aba2af4 100755
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -75,7 +75,7 @@ our @ISA = qw(Exporter);
# perl_checker: RE-EXPORT-ALL
our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-our $VERSION = "1.2.32";
+our $VERSION = "1.2.33";
1;
EOF