- Timestamp:
- 11/30/08 20:47:05 (5 weeks ago)
- Files:
-
- 1 modified
-
t/oo/meta_class.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/oo/meta_class.t
r21789 r24120 26 26 ok(eval("(Foo.HOW.isa())[0] ~~ Foo"), '... the isa() property returns Foo as the first parent class', :todo<feature>); 27 27 28 # L<S12/Introspection/ The .HOW.methods method returns method-descriptors containing:>28 # L<S12/Introspection/"get the method list of MyClass"> 29 29 30 30 # NOTE: I am guessing on some of this here, but it's a start for now
