File: Makefile.PL

package info (click to toggle)
libtime-duration-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 196 kB
  • ctags: 137
  • sloc: perl: 1,628; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use inc::Module::Install;

name 'Time-Duration';
all_from 'Duration.pm';

build_requires('Test::Pod');
build_requires('Test::Pod::Coverage');

auto_install;
WriteAll;