POE-Component-Client-FTP

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

delimiter = |
footer = |my $value = prompt( 'Do you want live network tests [N/y]?', 'N' );
footer = |if ( $value =~ /^y$/i ) {
footer = |  open FH, "> network.tests" or die "$!\n";
footer = |  print FH "Bleh\n";
footer = |  close FH;
footer = |}

[DynamicPrereqs]
-condition = prompt_default_no('Do you want to enable optional TLS support ( requires POE::Component::SSLify )')
-body = requires('POE::Component::SSLify','0.10')

[Prereqs / ConfigureRequires]
ExtUtils::MakeMaker = 0

[Prereqs / BuildRequires]
ExtUtils::MakeMaker = 6.59
Test::More = 0.47
Test::POE::Client::TCP = 0.1
Test::POE::Server::TCP = 0.16



( run in 0.229 second using v1.01-cache-2.11-cpan-0d8aa00de5b )