Perl.sv ->
object
  method abs : string -> string
  method as_string : string
  method canonical : string
  method default_port : int
  method fragment : string
  method host : string
  method host_port : string
  method opaque : string
  method path : string
  method port : string
  method rel : string -> string
  method scheme : string
  method set_fragment : string -> unit
  method set_host : string -> unit
  method set_host_port : string -> unit
  method set_no_fragment : unit -> unit
  method set_opaque : string -> unit
  method set_path : string -> unit
  method set_port : string -> unit
  method set_scheme : string -> unit
  method sv : Perl.sv
end