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.
15 my $builder = Module::Build->new (
16 module_name => 'Inline::Befunge',
18 dist_version_from => 'lib/Inline/Befunge.pm',
20 'Inline-Befunge-*', '_Inline',
21 map { ( '*/' x $_ ) . '*~' } 0..3 ],
24 'Language::Befunge' => '3.00',
28 'Language::Befunge' => '3.00',
32 'Test::Pod::Coverage' => 0,
36 $builder->create_build_script();