use strict; use Catalyst::Build; my $build = Catalyst::Build->new( create_makefile_pl => 'passthrough', license => 'perl', module_name => 'Streaming', requires => { Catalyst => '5.49', 'MP3::Info' => 0, }, create_makefile_pl => 'passthrough', script_files => [ glob('script/*') ], test_files => [ glob('t/*.t'), glob('t/*/*.t') ] ); $build->create_build_script;