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

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