home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / auto / URI / URL / rel.al < prev    next >
Text File  |  1997-11-28  |  189b  |  8 lines

  1. # NOTE: Derived from ./blib/lib/URI/URL.pm.  Changes made here will be lost.
  2. package URI::URL;
  3.  
  4. sub rel { shift->clone; }
  5.  
  6. # This method should always be overridden in subclasses
  7. 1;
  8.