Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!
PR: ports/50588
Submitted by: Erwin Lansing <erwin@lansing.dk>
This module provides a shared cache, using a memory mapped
file. Very useful for mod_perl applications. If routines
are provided which interact with the underlying data, access
to the cache is completely transparent, and the module
handles all the details of refreshing cache contents, and
updating underlying data, if necessary.
PR: ports/47465
Submitted by: Erwin Lansing <erwin@lansing.dk>