On Wed, Mar 29, 2017 at 12:38:29PM +0100, Dave Mitchell wrote: > Does the following change to the 'do' entry in perlfunc look plausible to > cope withe the facts that: > * dot is now removed from @INC by default; > * do now warns; I would also make sure that the example uses ./ and instead of just do "stat.pl" failed, '.' is no longer in @INC the warning should be do "stat.pl" failed, '.' is no longer in @INC, did you mean do "./stat.pl" ? ala the "did you need to install" error on require() failure. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our CPAN commercial support, training and consultancy packages could help your team.Thread Previous | Thread Next