File: Makefile.PL

package info (click to toggle)
libconfig-gitlike-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 162
  • sloc: perl: 2,445; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use inc::Module::Install;
name('Config-GitLike');
all_from('lib/Config/GitLike.pm');
repository('http://github.com/bestpractical/config-gitlike');

perl_version '5.008';
requires 'Moo';
requires 'MooX::Types::MooseLike';  # MooX::Types::MooseLike::Base
build_requires 'Test::Exception';
extra_tests();
sign();
WriteAll();