darth_spacey wrote in perldev 😡aggravated 27603

Need help with DBD::File

Has anyone here written a module that subclasses DBD::File?

Does it still work with DBI v1.609? If so, what (if anything) did you have to do to make it work? If not, would you like to join me as I investigate what would need to be done to make it work?

Specifically, I'm trying and failing to install DBD::RAM, and kinda flailing around in a sea of badly-formatted code trying to figure out why it wont install for me.

As far as I can tell, DBD::File::db->STORE() is where it's failing (the DBD::RAM test script is trying to set a driver option, and crashing hard), but I can't yet pin down where the problem really is -- do I need to fix (and submit a patch for) DBD::RAM or DBD::File?