home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / auto / URI / URL / escape.al < prev    next >
Text File  |  1997-12-13  |  244b  |  10 lines

  1. # NOTE: Derived from :lib:URI:URL.pm.  Changes made here will be lost.
  2. package URI::URL;
  3.  
  4. sub escape {
  5.     Carp::croak("The escape() method not supported by URI::URL any more!
  6. Use the URI::Escape module instead.  The method was called");
  7. }
  8.  
  9. 1;
  10.