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

Comparing COMP/SCRAM/src/URL/URLhandler.pm (file contents):
Revision 1.12 by williamc, Wed Mar 1 11:28:53 2000 UTC vs.
Revision 1.14 by williamc, Thu May 18 14:57:30 2000 UTC

# Line 38 | Line 38 | sub init {
38          $self->{dummybase}=URL::URLbase->new({});
39          $self->{cachestore}=$self->{cache}->filestore();
40          use URL::URL_cvs;
41        use URL::URL_cvsfile;
41          use URL::URL_file;
42 <        use URL::URL_filed;
42 >        use URL::URL_test;
43          $self->{urlmodules}={
45                        'cvsfile' => 'URL::URL_cvsfile',
44                          'cvs' => 'URL::URL_cvs',
45                          'file' => 'URL::URL_file',
46 <                        'filed' => 'URL::URL_filed'
46 >                        'test' => 'URL::URL_test'
47                  };
48   }
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines