Revision history for Perl extension Apache::SSI.
1.90 Fri Jun 26 18:07:57 1998
- original version; created by h2xs 1.18. Actually a re-write of Doug
MacEachern's original version.
1.91 Sun Jun 28 17:49:29 EDT 1998
- In README and Makefile.PL, I've noted that mod_perl must be installed
before this module will work.
- I've updated everything so that it can use HTML::SimpleParse version 0.03,
which requires that each output_* function return its output rather than
print it.
mod_include has this:
if (!(allow_options(r) & OPT_INCLUDES)) {
return DECLINED;
}