projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
829f755
)
0.41
Stevan Little [Sun, 15 Jul 2007 17:34:46 +0000 (17:34 +0000)]
t/003_methods.t
patch
|
blob
|
blame
|
history
diff --git
a/t/003_methods.t
b/t/003_methods.t
index
c243c62
..
5406265
100644
(file)
--- a/
t/003_methods.t
+++ b/
t/003_methods.t
@@
-84,7
+84,7
@@
is(Foo->foo(), 'Foo::foo', '... Foo->foo() returns "Foo::foo"');
# now check all our other items ...
-if (!$Foo->has_method('FOO_CONSTANT')) {
+if ($Foo->has_method('FOO_CONSTANT')) {
pass('... Foo->has_method(FOO_CONSTANT) (defined w/ use constant)');
}
else {