home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CLIX - Fazer Clix Custa Nix
/
CLIX-CD.cdr
/
mac
/
lib
/
auto
/
URI
/
URL
/
unsafe.al
< prev
Wrap
Text File
|
1997-12-13
|
402b
|
14 lines
# NOTE: Derived from :lib:URI:URL.pm. Changes made here will be lost.
package URI::URL;
# These are just supported for some (bad) kind of backwards portability.
sub unsafe {
Carp::croak("The unsafe() method not supported by URI::URL any more!
If you need this feature badly, then you should make a subclass of
the URL-schemes you need to modify the behavior for. The method
was called");
}
1;