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.4 by sashby, Fri Dec 10 13:41:36 2004 UTC

# Line 94 | Line 94 | sub Base_start {
94  
95          $self->checktag($name, $hashref, "url");
96          my $url=$self->{urlhandler}->setbase($$hashref{'url'});
97 +        # Add store for url of the file currently being parsed. This info can
98 +        # then be extracted in Requirements objects
99 +        $self->{configurl}=$url;
100          push @{$self->{basestack}}, $url->type();
101   }
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines