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

  1. # NOTE: Derived from ./blib/lib/URI/URL.pm.  Changes made here will be lost.
  2. package URI::URL;
  3.  
  4. # These are overridden by _generic (this is just a noop for those schemes that
  5. # do not wish to be a subclass of URI::URL::_generic)
  6. sub abs { shift->clone; }
  7. 1;
  8.