From: Jarkko Hietaniemi Date: Sun, 10 Sep 2000 23:37:09 +0000 (+0000) Subject: Silence t/pod/*.t about alternate quote-mappings now implemented X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9811a09ccbe459f08959a12230024bdfb9a9977f;p=p5sagit%2Fp5-mst-13.2.git Silence t/pod/*.t about alternate quote-mappings now implemented by Pod::Text, from Brad Appleton. p4raw-id: //depot/perl@7048 --- diff --git a/t/pod/testp2pt.pl b/t/pod/testp2pt.pl index 2ff8aa4..91a20ee 100644 --- a/t/pod/testp2pt.pl +++ b/t/pod/testp2pt.pl @@ -106,7 +106,7 @@ sub begin_input { sub podinc2plaintext( $ $ ) { my ($infile, $outfile) = @_; local $_; - my $text_parser = $MYPKG->new; + my $text_parser = $MYPKG->new(quotes => "`'"); $text_parser->parse_from_file($infile, $outfile); }