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.
1.92 Sat Sep 19 01:55:50 EDT 1998
- Added a "return;" statement to the ssi_include routine. Avoids printing
an extraneous "1" in the served page. Don't know how I missed this
before. Thanks to Gil Vidals.
mod_include has this:
if (!(allow_options(r) & OPT_INCLUDES)) {
return DECLINED;
}