$OpenBSD: patch-Build_PL,v 1.1.1.1 2007/09/14 05:53:04 msf Exp $ --- Build.PL.orig Fri Sep 14 14:36:53 2007 +++ Build.PL Fri Sep 14 14:37:34 2007 @@ -36,16 +36,6 @@ my $builder = $build_class->new( add_to_cleanup => ['TAP-Parser-*'], ); -if ($builder->prompt( - "TAP::Parser includes \"runtests\" which is the equivalent of the\n" - . "TAP::Harness \"prove\". If you choose to install runtests you will be able\n" - . "to run a module's test suite via TAP::Parser by typing \"runtests -rb\" in\n" - . "the project's root directory.\n\n" - . "Do you wish to install the 'runtests' utility?", "y" - ) =~ /^[Yy]/ - ) -{ - $builder->script_files( ["bin/runtests"] ); -} +$builder->script_files( ["bin/runtests"] ); $builder->create_build_script();