On Wed, Oct 06, 2010 at 10:06:55AM +0200, Landry Breuil wrote: > > I didn't had above question, so I didn't bothered to remove this > > `recomended' dependency. New port attached. Please verify. > > This doesn't change anything, and your fix is wrong. Add dependency on > p5-Test-Deep instead of just removing it, and patch away that stupid question. > > ====== > # Send perl and module version information home if we've been given > # permission to do so by a human being - default to not send for > # automated > # testing environments, of if the user does not respond within 20 > # seconds. > > my $url = $ENV{AUTOMATED_TESTING} ? undef : may_send_version_information(); > ====== > > I have no idea what triggers it here, but running just make the > prompt is here.
Ok. Before I make another version of my port. I decided to remove p5-Test-Deep dependency as I don't see it's used in the sources: $ grep -R 'Test::Deep' `make show=WRKSRC` | cut -f7- -d/ META.yml: Test::Deep: 0.093 Build.PL: 'Test::Deep' => 0.093, Should I strip away 'Test::Deep' from Build.PL and META.yml files, or should I add build and run dependency on p5-Test-Deep to my new port? Please advise. -- best regards q#