merging 7.1.4 changes

This commit is contained in:
JT Smith 2006-11-03 04:36:13 +00:00
parent 3d878c09c7
commit aeba6ec83c
18 changed files with 92 additions and 73 deletions

View file

@ -14,6 +14,7 @@ package WebGUI::Cache;
=cut
use strict;
use File::Path;
use HTTP::Headers;
use HTTP::Request;
@ -63,7 +64,7 @@ An array reference representing the portion of the key to delete. So if you have
=cut
sub deleteChunk {
$self = shift;
my $self = shift;
$self->flush;
}