in reply to Re^3: Is it possible to make Data::BISON work on perl >= 5.10
in thread Is it possible to make Data::BISON work on perl >= 5.10

I did manage to fix it by replacing the @ISA mess with
__PACKAGE__->__parse_args($self, $args);
I added a patch to the ticket, but I doubt the author will even look at it. He hasn't uploaded anything to CPAN in 2 years and has been ignoring all bug reports for his other modules for as long.