home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-12-13 | 244 b | 10 lines | [TEXT/McPL] |
- # NOTE: Derived from :lib:URI:URL.pm. Changes made here will be lost.
- package URI::URL;
-
- sub escape {
- Carp::croak("The escape() method not supported by URI::URL any more!
- Use the URI::Escape module instead. The method was called");
- }
-
- 1;
-