home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / URI / URL / unsafe.al < prev   
Encoding:
Text File  |  1997-08-10  |  419 b   |  14 lines

  1. # NOTE: Derived from blib\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.