Lines Matching full:parsexs
13 require_ok( 'ExtUtils::ParseXS' );
18 $ExtUtils::ParseXS::DIE_ON_ERROR = 1;
19 $ExtUtils::ParseXS::AUTHOR_WARNINGS = 1;
35 my $pxs = ExtUtils::ParseXS->new;
146 my $pxs = ExtUtils::ParseXS->new;
188 my $pxs = ExtUtils::ParseXS->new;
198 my $pxs = ExtUtils::ParseXS->new;
230 my $pxs = ExtUtils::ParseXS->new;
246 my $pxs = ExtUtils::ParseXS->new;
294 my $pxs = ExtUtils::ParseXS->new;
336 my $file = $INC{"ExtUtils/ParseXS.pm"};
337 $file=~s!ExtUtils/ParseXS\.pm\z!perlxs.pod!;
349 is($pod_version, $ExtUtils::ParseXS::VERSION,
350 "The version in perlxs.pod should match the version of ExtUtils::ParseXS");
354 my $pxs = ExtUtils::ParseXS->new;