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

Comparing COMP/SCRAM/src/ActiveDoc/SimpleURLDoc.pm (file contents):
Revision 1.3 by sashby, Mon Dec 3 19:02:04 2001 UTC vs.
Revision 1.5 by sashby, Wed Feb 2 20:16:45 2005 UTC

# Line 77 | Line 77 | sub urlget {
77          my $urlstring=shift;
78  
79          ($fullurl,$filename)=$self->{urlhandler}->get($urlstring, @_);
80 +        
81          if ( ( ! defined $filename ) || ( $filename eq "" ) ) {
82            $self->parseerror("Failed to get $fullurl");
83          }
# Line 94 | Line 95 | sub Base_start {
95  
96          $self->checktag($name, $hashref, "url");
97          my $url=$self->{urlhandler}->setbase($$hashref{'url'});
98 +        # Add store for url of the file currently being parsed. This info can
99 +        # then be extracted in Requirements objects
100 +        $self->{configurl}=$url;
101          push @{$self->{basestack}}, $url->type();
102   }
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines