Worked around OCaml initialization bug.
[perl4caml.git] / examples / test.ml
index 99bcfd4..f06fe5b 100644 (file)
@@ -1,15 +1,10 @@
 (* Simple test of the API.
  * Copyright (C) 2003 Merjis Ltd.
- * $Id: test.ml,v 1.3 2003-10-15 16:51:12 rich Exp $
+ * $Id: test.ml,v 1.4 2003-10-16 08:54:56 rich Exp $
  *)
 
 open Printf
 
-(* XXX Hack to workaround some sort of linking bug in OCaml. Without this
- * the Perl module isn't initialized and this code crashes.
- *)
-let f = Pl_Net_Google.may
-
 let () =
   (* Load "test.pl". *)
   Perl.eval "require 'examples/test.pl'";