merging 7.1.4 changes
This commit is contained in:
parent
3d878c09c7
commit
aeba6ec83c
18 changed files with 92 additions and 73 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue