File: Makefile.PL

package info (click to toggle)
libconfig-gitlike-perl 1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: perl: 2,468; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
BEGIN { push @INC, '.' }
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();