summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-12-21 16:07:34 +0000
committerColin Guthrie <colin@mageia.org>2014-12-21 16:07:34 +0000
commitf084b3dcc423acecc7f67860c7d2add72c3796be (patch)
tree02a054ad22aba8c5d33acb2e0282962d749e7725
parentc120dc6c3b23c927511776a7ab2910047b377169 (diff)
downloadperl-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--NEWS3
-rwxr-xr-xlib/MDK/Common.pm.pl2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 10121f6..bde5b94 100644
--- a/NEWS
+++ b/NEWS
@@ -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