Support modifier by regexp
[gitmo/Mouse.git] / t / 100_bugs / 004_subclass_use_base_bug.t
index 33a7a44..3ced9a4 100644 (file)
@@ -27,4 +27,4 @@ a metaclass initialized for it correctly.
 
 my $bar = Bar->new;
 isa_ok($bar, 'Bar');
-isa_ok($bar, 'Foo');
\ No newline at end of file
+isa_ok($bar, 'Foo');