3 # This file is part of Inline::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.
13 use ExtUtils::MakeMaker;
16 NAME => 'Inline::Befunge',
17 AUTHOR => 'Jerome Quelin <jquelin@cpan.org>',
18 VERSION_FROM => 'lib/Inline/Befunge.pm',
19 ABSTRACT_FROM => 'lib/Inline/Befunge.pm',
24 'Language::Befunge' => '0.36',
26 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
28 'Inline-Befunge-*', '_Inline',
29 map { ( '*/' x $_ ) . '*~' } 0..3