Subject: | Problem with dbmopen and Attribute::Protected |
When trying to use dbmopen inside a package that uses Attribute::Protected
I get the following error:
an't locate class method 'AnyDBM_File::TIEHASH' via package 'AnyDBM_File'
The problem can be solved by using AnyDBM_File or any class that extends it.
I use perl 5.6.1 on a Solaris 2.5 box.