File: 0_LinkedList.t

package info (click to toggle)
libtie-cache-lru-perl 20150301-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 528 kB
  • sloc: perl: 563; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/perl -w 

use strict;
use Test::More tests => 1;

use_ok 'Tie::Cache::LRU::LinkedList';