summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-24 02:03:53 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-24 02:03:53 +0100
commitb7f52c783a40d9c8197816251ffcaf74345e951e (patch)
tree64412dfcf28c626afd46cc78bf48df4b8bbde33f
parent1b74c76f9ea29587b5b0b57b1db55805f67451cc (diff)
downloadperl_checker-b7f52c783a40d9c8197816251ffcaf74345e951e.tar
perl_checker-b7f52c783a40d9c8197816251ffcaf74345e951e.tar.gz
perl_checker-b7f52c783a40d9c8197816251ffcaf74345e951e.tar.bz2
perl_checker-b7f52c783a40d9c8197816251ffcaf74345e951e.tar.xz
perl_checker-b7f52c783a40d9c8197816251ffcaf74345e951e.zip
1.2.261.2.26
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 590678c..afe806d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ BINDIR = $(PREFIX)/bin
DATADIR = $(PREFIX)/share
fake_packages_dir = $(DATADIR)/perl_checker/fake_packages
PERL_CHECKER_TARGET = native-code
-VERSION = 1.2.25
+VERSION = 1.2.26
NAME = perl_checker
FILES-perl_checker = AUTHORS COPYING README.emacs Makefile misc src fake_packages
diff --git a/NEWS b/NEWS
index a3d686e..37c133d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.2.26 - 24 February 2014, by Thierry Vignaud
+
- fix "undeclared variable $_" false positive on List::Util::first()
- fake packages:
o add Gtk3 & Gtk3::{Notify,WebKit}