5840bd18a8e4d071d5594d4665631c8037eb88ea
If we want to forward to the create_base of the directory plugin while making that use our $class for the operations that call might do, we cannot use the -> notation (which would resolve the next actual implementation) but rather pass the class directly. But, DirPlugin reuses the create_base method from the base Plugin method, so we also need to call that, because on direct call notation the inheritance fallback to super methods isn't available. Reported in the forum: https://forum.proxmox.com/threads/95684/post-606535 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Description
with PMEM support!
Languages
Perl
99.3%
Makefile
0.6%