summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 095f8ad..aac3ec1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.34 - 28 October 2017, by Thierry Vignaud
+
- add more CPAN metadata
Version 1.2.33 - 28 October 2017, by Thierry Vignaud
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index aba2af4..9f80883 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.33";
+our $VERSION = "1.2.34";
1;
EOF