11 uid is_valid assert_valid
17 hints_bits warnings_bits
22 reap localize localize_elem localize_delete
27 push @methods, 'hints_hash' if "$]" >= 5.010;
29 plan tests => scalar(@methods);
31 require Scope::Context;
34 ok(Scope::Context->can($_), 'Scope::Context objects can ' . $_);