X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=wrappers%2Fpl_URI.ml;h=4c680be8e92aa02d3fd7d31b059b7baaa2211644;hb=9e88eacb7d2a8883900fba0c8abedc26c7510d98;hp=b590b24e4d780f25309d3f86a03f0ff5c6311f3b;hpb=918648a5563d9ae8e4079fdf7d364387b02b1b34;p=perl4caml.git diff --git a/wrappers/pl_URI.ml b/wrappers/pl_URI.ml index b590b24..4c680be 100644 --- a/wrappers/pl_URI.ml +++ b/wrappers/pl_URI.ml @@ -1,10 +1,12 @@ (* Wrapper around Perl URI class. * Copyright (C) 2003 Merjis Ltd. - * $Id: pl_URI.ml,v 1.1 2003-10-12 17:33:15 rich Exp $ + * $Id: pl_URI.ml,v 1.2 2003-10-15 16:51:12 rich Exp $ *) open Perl +let _ = eval "use URI" + class uri sv = object (self)