The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1998-09-04  Vivek Khera  <khera@kciLink.com>

	* Sandwich.pm (handler): if file is not "plain text" as defined by 
	Perl, DECLINE to handle it.  Idea/request from Gil Vidals.

1998-08-31  Vivek Khera  <khera@kciLink.com>

	* Change: make the sandwiched document delivered directly rather
	than via a virtual include.  This saves the dispatch time and also 
	allows us to verify the file exists before we do anything further.

	* Rewrite: since it only works for GET method objects, ensure we
	are using GET.  Document as such in the POD section of the file.

1998-08-20  Vivek Khera  <khera@kciLink.com>

	* Cleanup: Cleaned up code to reduce warnings to error log.