diff options
author | Colin Guthrie <colin@mageia.org> | 2014-12-21 16:07:34 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-12-21 16:07:34 +0000 |
commit | f084b3dcc423acecc7f67860c7d2add72c3796be (patch) | |
tree | 02a054ad22aba8c5d33acb2e0282962d749e7725 | |
parent | c120dc6c3b23c927511776a7ab2910047b377169 (diff) | |
download | perl-MDK-Common-f084b3dcc423acecc7f67860c7d2add72c3796be.tar perl-MDK-Common-f084b3dcc423acecc7f67860c7d2add72c3796be.tar.gz perl-MDK-Common-f084b3dcc423acecc7f67860c7d2add72c3796be.tar.bz2 perl-MDK-Common-f084b3dcc423acecc7f67860c7d2add72c3796be.tar.xz perl-MDK-Common-f084b3dcc423acecc7f67860c7d2add72c3796be.zip |
1.2.311.2.31
-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 |