ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/PreProcessedFile.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/PreProcessedFile.pm (file contents):
Revision 1.7 by williamc, Mon Feb 21 17:36:13 2000 UTC vs.
Revision 1.8 by williamc, Wed Mar 1 11:47:38 2000 UTC

# Line 87 | Line 87 | sub file {
87          my $self=shift;
88          
89          my ($url, $file)=$self->{urlhandler}->get($self->url());
90 +        $self->verbose("Getting file ".$self->url()." = $file");
91          return $file;
92   }
93  
# Line 127 | Line 128 | sub update {
128          if ( $rv != 0 ) {
129           $self->verbose(" Need to Update ".$self->url());
130            # ---- sort out the preprocessed file in the cache
131 <          my $newfile=$self->config()->cache()->
131 <                                filename($outfile);
131 >          my $newfile=$self->config()->cache()->filename($outfile);
132            $self->config()->cache()->store($outfile,$newfile);
133            
134            $self->process($self->config()->cache()->file($self->url()),$newfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines