From 90916a8bb65726f881a6ad797ed802e605881bff Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 2 Jul 2007 16:34:28 +0000 Subject: [PATCH] All modules should end with 1; --- scripts/modules/Shlibs.pm | 1 + scripts/modules/Version.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/modules/Shlibs.pm b/scripts/modules/Shlibs.pm index 2af75ac6..405ce712 100644 --- a/scripts/modules/Shlibs.pm +++ b/scripts/modules/Shlibs.pm @@ -67,3 +67,4 @@ sub find_library { return undef; } +1; diff --git a/scripts/modules/Version.pm b/scripts/modules/Version.pm index 04132cf5..7dd4e9d4 100644 --- a/scripts/modules/Version.pm +++ b/scripts/modules/Version.pm @@ -14,3 +14,4 @@ sub compare_versions { return 1; } +1; -- 2.39.5