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

index 16ef006..6fe27de 100644 (file)
@@ -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(