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