diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | lib/MDK/Common.pm.pl | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |