File: Makefile.PL

package info (click to toggle)
libstatistics-zscore-perl 0.00002-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: perl: 1,556; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
use inc::Module::Install;
name 'Statistics-Zscore';
all_from 'lib/Statistics/Zscore.pm';

requires 'Statistics::Lite';
build_requires 'Test::More';
auto_include;
WriteAll;