projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b1cfecf
)
has_method now allows a false value in CMOP
Dave Rolsky [Thu, 1 Oct 2009 19:11:49 +0000 (14:11 -0500)]
t/010_basics/001_basic_class_setup.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_basics/001_basic_class_setup.t
b/t/010_basics/001_basic_class_setup.t
index
16ef006
..
6fe27de
100644
(file)
--- a/
t/010_basics/001_basic_class_setup.t
+++ b/
t/010_basics/001_basic_class_setup.t
@@
-24,10
+24,6
@@
dies_ok {
Foo->meta->has_method()
} '... has_method requires an arg';
-dies_ok {
- Foo->meta->has_method('')
-} '... has_method requires an arg';
-
can_ok('Foo', 'does');
foreach my $function (qw(