summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-10-24 01:51:34 +0000
committerThierry Vignaud <tv@mandriva.org>2010-10-24 01:51:34 +0000
commit5e08cfb5db18b8a95978363cd0e612119958cd6c (patch)
treef63c2132798026eee7a3dbd16dc2f16dd02b0af6
parent686364d8c48f54c05dc355fd67e0a32bc4103fb7 (diff)
downloadperl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar
perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.gz
perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.bz2
perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.xz
perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.zip
1.2.26.11.2.26.1
-rw-r--r--NEWS2
-rw-r--r--lib/MDK/Common.pm.pl2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e8088a8..73f64ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.26.1 - 24 October 2010, by Thierry Vignaud
+
- append_to_file: better error message making easier to pinpoint actual place
of error
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index f8dbbdc..adec57b 100644
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -73,7 +73,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.26";
+our $VERSION = "1.2.26.1";
1;
EOF