Revert "in what case is a numeric comparison called for? I cannot think of one. Is...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Component.pm
index 5e8a94c..c4717b4 100644 (file)
@@ -84,7 +84,7 @@ sub BUILDARGS {
         } elsif (Class::MOP::is_class_loaded($_[0]) &&
                 $_[0]->isa('Catalyst') && ref($_[1]) eq 'HASH') {
             $args = $_[1];
-        } elsif ($_[0] eq $_[1]) {
+        } elsif ($_[0] == $_[1]) {
             $args = $_[1];
         } else {
             $args = +{ @_ };