More CDI related fail
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ClassData.pm
index 3dde73a..6b14d7e 100644 (file)
@@ -33,6 +33,7 @@ sub mk_classdata {
         # then copy it into our package. Is this the correct
         # fix for C::D::I back-compat? (t0m)
         my $parent_symbol = *{"${super}::${attribute}"}{CODE} ? \&{"${super}::${attribute}"} : undef;
+        # FIXME - this is over-enthusiastic?
         if (defined $parent_symbol) {
           *{"${pkg}::${attribute}"} = $parent_symbol;
         }