Browse Source

All modules should end with 1;

Frank Lichtenheld 19 years ago
parent
commit
90916a8bb6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      scripts/modules/Shlibs.pm
  2. 1 0
      scripts/modules/Version.pm

+ 1 - 0
scripts/modules/Shlibs.pm

@@ -67,3 +67,4 @@ sub find_library {
     return undef;
 }
 
+1;

+ 1 - 0
scripts/modules/Version.pm

@@ -14,3 +14,4 @@ sub compare_versions {
     return 1;
 }
 
+1;