File: Makefile.PL

package info (click to toggle)
libcache-lru-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 1,432; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use inc::Module::Install;

all_from 'lib/Cache/LRU.pm';
readme_from 'lib/Cache/LRU.pm';

test_requires 'Test::More' => 0.88;
test_requires 'Test::Requires';

WriteAll;