use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.15'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPRECATED compability shim =head1 DESCRIPTION This class used to provide L> support for L before support for C was added to L itself L. Any code still using this class should be rewritten to use L directly. =cut