From 324958669a654152e70c2a2f28d35e9c7a1f02ad Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 1 Dec 2008 10:38:23 -0600 Subject: [PATCH] fix permissions error introduced by previous patch Modules in C4 should not be executable. Signed-off-by: Galen Charlton --- C4/Biblio.pm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 C4/Biblio.pm diff --git a/C4/Biblio.pm b/C4/Biblio.pm old mode 100755 new mode 100644 -- 2.39.5