openbsd-ports/devel/p5-TAP-Parser/patches/patch-Build_PL
msf a9f81439f9 initial import of TAP::Parser 0.54
TAP::Parser is designed as a replacement for Test::Harness.
2007-09-14 05:53:04 +00:00

22 lines
806 B
Plaintext

$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();