From: David Mitchell Date: Fri, 12 Jun 2009 16:20:18 +0000 (+0100) Subject: sync t/pod/pod2usage2.t with CPAN (trivial whitespace change) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66c07212276757460200422a756a3fc5b7c72eca;p=p5sagit%2Fp5-mst-13.2.git sync t/pod/pod2usage2.t with CPAN (trivial whitespace change) --- diff --git a/t/pod/pod2usage2.t b/t/pod/pod2usage2.t index bb06ed5..d0097ee 100644 --- a/t/pod/pod2usage2.t +++ b/t/pod/pod2usage2.t @@ -227,6 +227,7 @@ use_ok('Pod::Find', qw(pod_where)); my @NO_CURDIR = ($^O eq 'cygwin' && $ENV{PERL_CORE}) ? ('-dirs' => []) : (); + ($exit, $text) = getoutput( sub { pod2usage( -input => pod_where({-inc => 1, @NO_CURDIR}, 'Pod::Usage'), -exitval => 0, -verbose => 0) } ); $text =~ s{#Using.*/blib.*\n}{}; # older blib's emit something to STDERR