mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
13 lines
799 B
Perl
13 lines
799 B
Perl
--- Makefile.PL.orig 2023-05-08 11:11:06 UTC
|
|
+++ Makefile.PL
|
|
@@ -65,8 +65,8 @@ my %FallbackPrereqs = (
|
|
);
|
|
|
|
# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040
|
|
-test_requires('POE::Component::Client::HTTP', '0.82') if prompt_default_no('Do you want to test streaming ( requires POE::Component::Client::HTTP )');
|
|
-requires('POE::Component::SSLify', '0.04') if prompt_default_no('Do you want SSL support ( requires POE::Component::SSLify )');
|
|
+test_requires('POE::Component::Client::HTTP', '0.82'); # if prompt_default_no('Do you want to test streaming ( requires POE::Component::Client::HTTP )');
|
|
+requires('POE::Component::SSLify', '0.04'); # if prompt_default_no('Do you want SSL support ( requires POE::Component::SSLify )');
|
|
|
|
|
|
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
|