File: Makefile.PL

package info (click to toggle)
libmemory-usage-perl 0.201-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 1,361; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;

name     'Memory-Usage';
all_from 'lib/Memory/Usage.pm';
author   q{Dave O'Neill <dmo@roaringpenguin.com>};
license  'perl';

test_requires 'Test::More';

install_script 'script/module-size';

WriteAll;