mach 2003/10/31 12:01:27
Modified: lib/Apache/AxKit Tag: axkit-pipeline-2 Cache.pm Log: small fix. Revision Changes Path No revision No revision 1.12.2.2 +1 -1 xml-axkit/lib/Apache/AxKit/Cache.pm Index: Cache.pm =================================================================== RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Cache.pm,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -u -r1.12.2.1 -r1.12.2.2 --- Cache.pm 20 Oct 2003 20:58:01 -0000 1.12.2.1 +++ Cache.pm 31 Oct 2003 20:01:27 -0000 1.12.2.2 @@ -152,7 +152,7 @@ } sub read { - my ($self) = @_; + my $self = shift; my $encoding = $_[0] || 'raw'; return if $self->{no_cache}; if($self->check_dependencies()) {