File: Makefile.PL

package info (click to toggle)
libconfig-ini-reader-ordered-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 94
  • sloc: perl: 1,028; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use inc::Module::Install;

name     'Config-INI-Reader-Ordered';
all_from 'lib/Config/INI/Reader/Ordered.pm';
author   'Hans Dieter Pearcey <hdp@cpan.org>';

build_requires 'Test::More';

requires 'Config::INI::Reader';

auto_manifest;

WriteAll;