File: Makefile.PL

package info (click to toggle)
cpan-listchanges 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 168 kB
  • sloc: perl: 1,470; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use inc::Module::Install;
name 'cpan-listchanges';
all_from 'lib/App/cpanlistchanges.pm';
readme_from('lib/App/cpanlistchanges.pm');
install_script 'bin/cpan-listchanges';
requires 'Algorithm::Diff';
requires 'LWP';
requires 'CPAN::DistnameInfo';
requires 'Module::Metadata';
requires 'YAML';
requires 'Try::Tiny';
requires 'Pod::Usage';

build_requires 'Test::More', 0.88;
test_requires 'Test::Requires';
auto_set_repository();
WriteAll;