From 0d35f96300675477717929fe9b0a0dd4f9705db6 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 20 May 2001 12:59:30 +0000 Subject: All perl modules need to return true or perl gets unhappy. --- CVSROOT/cfg.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 21b8cee1e1f2..252e5e66c9d5 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -44,4 +44,6 @@ $TMPDIR = "/tmp/"; "MFC after" => '\d+(\s+(days?|weeks?|months?))?' ); + #end +1; # Perl required all modules to return true. Don't delete!!!! -- cgit