> > "can't use 'Foo::Comp::Search' as a hashref ..." > Actually, i think i know this one. :)
https://github.com/kraih/mojo/commit/c6ddf11f44a941de550cde51a2b5ef461d1f1e34#diff-b9415bf02cb61707bcfa1aa8ad876397L85 Someone forgot a "no strict 'refs'" which allowed attribute accessors to be called on classes instead of just instances, masking certain bugs. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/groups/opt_out.
