Searched refs:get_meta (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
| D | ExternalMeta.t | 12 ok(Foo::Bar->can($_), "Imported '$_'") for qw/meta get_meta set_meta delete_meta/; 19 is($one->get_meta('foo'), undef, "no meta-data for foo"); 20 is($one->get_meta('bar'), undef, "no meta-data for bar"); 21 is($one->get_meta('baz'), undef, "no meta-data for baz"); 32 is($one->get_meta('foo'), 123, "get meta-data for foo again"); 37 is($one->get_meta('foo'), 123, "still did not alter already set meta-attribute");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
| D | ExternalMeta.pm | 25 sub get_meta { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | Event.t | 28 ok(!$one->get_meta('xxx'), "no meta-data associated for key 'xxx'");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| D | Builder.pm | 80 if (my $result = $e->get_meta(__PACKAGE__)) {
|