]> err.no Git - dpkg/commitdiff
All modules should end with 1;
authorFrank Lichtenheld <djpig@debian.org>
Mon, 2 Jul 2007 16:34:28 +0000 (16:34 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Mon, 2 Jul 2007 16:34:28 +0000 (16:34 +0000)
scripts/modules/Shlibs.pm
scripts/modules/Version.pm

index 2af75ac6100d5335a79ec77874d4159ba807a526..405ce71200095bff3d409b4329e8ea2fae6ed501 100644 (file)
@@ -67,3 +67,4 @@ sub find_library {
     return undef;
 }
 
+1;
index 04132cf5474dceb1e4f4a889c3f36c560c95b0da..7dd4e9d41baac11e6753c79ad00bda44f9ac4451 100644 (file)
@@ -14,3 +14,4 @@ sub compare_versions {
     return 1;
 }
 
+1;