diff options
author | joe <joe@FreeBSD.org> | 2001-05-20 12:59:30 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-05-20 12:59:30 +0000 |
commit | 0d35f96300675477717929fe9b0a0dd4f9705db6 (patch) | |
tree | fe98b8f475de17adc8bd47602c4be0034a212a9d /CVSROOT/cfg.pm | |
parent | e1beee2841643987b56a5a663237238ab5dc9482 (diff) | |
download | FreeBSD-ports-0d35f96300675477717929fe9b0a0dd4f9705db6.zip FreeBSD-ports-0d35f96300675477717929fe9b0a0dd4f9705db6.tar.gz |
All perl modules need to return true or perl gets unhappy.
Diffstat (limited to 'CVSROOT/cfg.pm')
-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 21b8cee..252e5e6 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!!!! |