No need for filename

This commit is contained in:
Jamie Cameron
2009-03-01 23:02:59 +00:00
parent 3a1ba2b684
commit a63266e7bd

View File

@@ -5,7 +5,7 @@ $module_index_name = "Click me";
&ui_print_header(undef, "Export Test", "");
print "First module $module_name<p>\n";
&foreign_require("export-call", "export-call-lib.pl");
&foreign_require("export-call");
&export_call::print_stuff();
print "Back in $module_name<p>\n";