From 59d4a5576a592904ba25ebf0866a3b080f00e1c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Fri, 4 Apr 2008 17:11:13 +0200 Subject: [PATCH] matching new LB api --- bin/jqbf98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jqbf98 b/bin/jqbf98 index e341bf9..3efc93a 100755 --- a/bin/jqbf98 +++ b/bin/jqbf98 @@ -32,7 +32,7 @@ Just provide the name of the Befunge script, and there you go! my %opts; Getopt::Long::Configure('no_auto_abbrev', 'bundling', 'ignore_case', 'no_pass_through'); GetOptions( \%opts, "verbose|v") or die; -my $bef = Language::Befunge->new( shift ); +my $bef = Language::Befunge->new( {file=>shift} ); $bef->set_DEBUG( $opts{verbose} ); exit $bef->run_code( @ARGV ); -- 2.11.4.GIT