From 20782b8da58b313b443a4e68fe32150a8b4ff624 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Wed, 29 Oct 2008 19:55:28 +0100 Subject: [PATCH] forgot to update script when doing the renaming --- Build.PL | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 8b94ce4..6e375a0 100644 --- a/Build.PL +++ b/Build.PL @@ -48,7 +48,7 @@ my $builder = Module::Build->new build_requires => \%build_requires, requires => \%requires, recommends => \%recommends, - script_files => [ 'bin/jqbf98' ], + script_files => [ 'bin/jqbef98' ], add_to_cleanup => [ 'Language-Befunge-*', map { ( '*/' x $_ ) . '*~' } 0..5 ], recursive_test_files => 1, diff --git a/Makefile.PL b/Makefile.PL index dc39f56..62edbba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ WriteMakefile( AUTHOR => 'Jerome Quelin, ', VERSION_FROM => 'lib/Language/Befunge.pm', ABSTRACT_FROM => 'lib/Language/Befunge.pm', - EXE_FILES => [ 'bin/jqbf98' ], + EXE_FILES => [ 'bin/jqbef98' ], LICENSE => 'perl', PREREQ_PM => { 'aliased' => '0.22', -- 2.11.4.GIT