home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-12-13 | 252 b | 8 lines | [TEXT/McPL] |
- # NOTE: Derived from :lib:URI:URL.pm. Changes made here will be lost.
- package URI::URL;
-
- # These are overridden by _generic (this is just a noop for those schemes that
- # do not wish to be a subclass of URI::URL::_generic)
- sub abs { shift->clone; }
- 1;
-