File: Makefile.PL

package info (click to toggle)
libtest-useallmodules-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 11
  • sloc: perl: 72; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use warnings;
use ExtUtils::MakeMaker::CPANfile;

WriteMakefile(
    NAME => 'Test::UseAllModules',
    VERSION_FROM => 'lib/Test/UseAllModules.pm',
    ABSTRACT_FROM => 'lib/Test/UseAllModules.pm',
    AUTHOR => 'Kenichi Ishigaki <ishigaki@cpan.org>',
    LICENSE => 'perl',
    META_MERGE => {
        resources => {
            repository => 'https://github.com/charsbar/test-useallmodules',
    },
  },
);