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

  1. # NOTE: Derived from :lib:URI:URL.pm.  Changes made here will be lost.
  2. package URI::URL;
  3.  
  4. # These are just supported for some (bad) kind of backwards portability.
  5.  
  6. sub unsafe {
  7.     Carp::croak("The unsafe() method not supported by URI::URL any more!
  8. If you need this feature badly, then you should make a subclass of
  9. the URL-schemes you need to modify the behavior for.  The method
  10. was called");
  11. }
  12.  
  13. 1;
  14.