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

Comparing COMP/SCRAM/src/ActiveDoc/SimpleXMLURLDoc.pm (file contents):
Revision 1.5 by sashby, Fri Feb 10 18:10:14 2006 UTC vs.
Revision 1.6 by sashby, Mon Feb 13 17:29:25 2006 UTC

# Line 126 | Line 126 | sub urlhandler_()
126        : $self->{urlhandler};
127     }
128  
129 + sub parseerror()
130 +   {
131 +   my $self=shift;
132 +   my ($string)=@_;
133 +   die "Error in download: ",$string,"\n";
134 +   }
135 +
136   1;
137  
138   =back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines