home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / URI / URL / abs.al next >
Encoding:
Text File  |  1997-08-10  |  263 b   |  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.