File: cacheperl.patch

package info (click to toggle)
libcache-bdb-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 727; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
115a116,119
>  CC7_CacheBDBStorable => [ 'complex', 
> 			      cache_root => "/tmp",
> 			       namespace => "testcache_cache_bdb",
> 			    ],
723a728,734
> package CC6_CacheBDBStorable;
> use Cache::BDB;
> use base 'Cache::BDB';
> 
> sub name { return "Cache::BDB Storable"; }
> 1;
>