diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | lib/MDK/Common.pm.pl | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 1.2.31 - 21 December 2014, by Colin Guthrie + +- user filtering updates for system/real user boundary change - whereis_binary: shows bogus caller Version 1.2.30 - 6 May 2014, by Thierry Vignaud diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 65f9666..70fbba3 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.30"; +our $VERSION = "1.2.31"; 1; EOF |