3 # This file is part of Language::Befunge.
4 # Copyright (c) 2001-2007 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
11 BEGIN { require 5.006; }
15 use ExtUtils::MakeMaker;
17 NAME => 'Language::Befunge',
18 AUTHOR => 'Jerome Quelin, <jquelin@cpan.org>',
19 VERSION_FROM => 'lib/Language/Befunge.pm',
20 ABSTRACT_FROM => 'lib/Language/Befunge.pm',
21 EXE_FILES => [ 'bin/jqbf98' ],
23 PREREQ_PM => { Storable => 0, 'Test::More' => 0 },
24 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
27 map { ( '*/' x $_ ) . '*~' } 0..4 ] },