From: Frank Lichtenheld Date: Mon, 2 Jul 2007 16:34:28 +0000 (+0000) Subject: All modules should end with 1; X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90916a8bb65726f881a6ad797ed802e605881bff;p=dpkg All modules should end with 1; --- 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;