From 8a1a97a0603d891b32019b96ed0c0d74460e567b Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Tue, 15 Jun 2010 08:48:29 +0200 Subject: [PATCH] remove x bit from Makefile.PL, it will probably get broken by some tar implementation --- Makefile.PL | 2 +- Todo | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 90adc78..335ce42 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,7 +78,7 @@ WriteMakefile 'version' => 0, }, EXE_FILES => [ - grep {-x $_} grep { !/~/ } glob("bin/rrr*") + grep { !/~/ } glob("bin/rrr bin/rrr-*") ], dist => { DIST_DEFAULT => join(" ", # note: order matters! diff --git a/Todo b/Todo index 1876500..b110dea 100644 --- a/Todo +++ b/Todo @@ -1,3 +1,8 @@ +2010-06-15 Andreas J. Koenig + + * remove the wild alpha alerts and say, it is alpha but parts of it are + already working very well or so. + 2009-12-10 Andreas J. Koenig * Prominent request for statusfile to safe memory consumption. I'd like -- 2.11.4.GIT