Group
Extension

Matches 4

PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/t/04_element.t ( view source; MetaCPAN )
 and Structure braces get relinked properly' );
	isnt( refaddr($Document), refaddr($Doc2),
		'Cloned Document has a different memory location' );
	isnt( refaddr($Document->schild(0)), refaddr($Doc2->s
PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/t/07_token.t ( view source; MetaCPAN )
one"));
	}
}

for my $code ( '1.0._0' ) {
	my $token = PPI::Tokenizer->new( \$code )->get_token;
	isnt("$token", $code, 'tokenize bad version');
}

for my $code ( '1.0.0.0_0' ) {
	my $token = PPI::Tok
PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/t/ppi_statement_sub.t ( view source; MetaCPAN )
->schildren;
	isa_ok( $sub_statement, 'PPI::Statement::Sub', "$code: document child is a sub" );
	isnt( ref $sub_statement, 'PPI::Statement::Scheduled', "$code: not a PPI::Statement::Scheduled" );
	is
PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/t/17_storable.t ( view source; MetaCPAN )
;
	}
	my $clone = Storable::dclone($Document);
	Test::More::ok($clone, "dclone ok");
	Test::More::isnt( refaddr($Document), refaddr($clone), "Not the same object" );
	Test::More::is(ref($Document), re

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.