diff options
author | joe <joe@FreeBSD.org> | 2001-05-20 20:59:30 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-05-20 20:59:30 +0800 |
commit | 0d35f96300675477717929fe9b0a0dd4f9705db6 (patch) | |
tree | fe98b8f475de17adc8bd47602c4be0034a212a9d | |
parent | e1beee2841643987b56a5a663237238ab5dc9482 (diff) | |
download | freebsd-ports-gnome-0d35f96300675477717929fe9b0a0dd4f9705db6.tar.gz freebsd-ports-gnome-0d35f96300675477717929fe9b0a0dd4f9705db6.tar.zst freebsd-ports-gnome-0d35f96300675477717929fe9b0a0dd4f9705db6.zip |
All perl modules need to return true or perl gets unhappy.
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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!!!! |