X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=wrappers%2Fpl_HTTP_Request.ml;fp=wrappers%2Fpl_HTTP_Request.ml;h=718c43a69dab89e04c24c0156f0abdcc99a5233a;hb=9e88eacb7d2a8883900fba0c8abedc26c7510d98;hp=be17e17cda64438e67599388d558d20427bc5ac3;hpb=918648a5563d9ae8e4079fdf7d364387b02b1b34;p=perl4caml.git diff --git a/wrappers/pl_HTTP_Request.ml b/wrappers/pl_HTTP_Request.ml index be17e17..718c43a 100644 --- a/wrappers/pl_HTTP_Request.ml +++ b/wrappers/pl_HTTP_Request.ml @@ -1,6 +1,6 @@ (* Wrapper around Perl HTTP::Request class. * Copyright (C) 2003 Merjis Ltd. - * $Id: pl_HTTP_Request.ml,v 1.1 2003-10-12 17:33:15 rich Exp $ + * $Id: pl_HTTP_Request.ml,v 1.2 2003-10-15 16:51:12 rich Exp $ *) open Perl @@ -8,6 +8,8 @@ open Perl open Pl_HTTP_Message open Pl_URI +let _ = eval "use HTTP::Request" + class http_request sv = object (self)