Subject: | Noise when removing non-existent entry |
Program source:
#!/usr/bin/perl -w
use CHI;
my $cache = CHI->new(driver => 'BerkeleyDB', root_dir => '/tmp', namespace => 'test');
$cache->remove('foo');
Give this:
BDB0062 Successful return: 0 at /usr/local/share/perl/5.20.2/CHI/Driver/BerkeleyDB.pm line 77.
It would be better if it gave no output at all.