File: Makefile.PL

package info (click to toggle)
liborlite-statistics-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 1,237; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
use inc::Module::Install;

all_from      'lib/ORLite/Statistics.pm';
requires_from 'lib/ORLite/Statistics.pm';
test_requires 'Test::More' => '0.47';

WriteAll;