Message-ID: <
9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
p4raw-id: //depot/perl@26501
{
my $res = runperl(
switches => [ "-MB::Lint" ],
- prog => "BEGIN{B::Lint->register_plugin(X=>[q[x]])};use O(qw[Lint x]);sub X::match{warn q[X ok.\n]};dummy()",
+ prog => 'BEGIN{B::Lint->register_plugin(X=>[q[x]])};use O(qw[Lint x]);sub X::match{warn qq[X ok.\n]};dummy()',
stderr => 1,
);
like( $res, qr/X ok\./, 'Lint plugin' );