summaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg.pm
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-05-20 12:59:30 +0000
committerjoe <joe@FreeBSD.org>2001-05-20 12:59:30 +0000
commit0d35f96300675477717929fe9b0a0dd4f9705db6 (patch)
treefe98b8f475de17adc8bd47602c4be0034a212a9d /CVSROOT/cfg.pm
parente1beee2841643987b56a5a663237238ab5dc9482 (diff)
downloadFreeBSD-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-xCVSROOT/cfg.pm2
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!!!!
OpenPOWER on IntegriCloud