File: Makefile.PL

package info (click to toggle)
libxml-hash-lx-perl 0.0603-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: perl: 2,603; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install 0.79;

name     'XML-Hash-LX';
all_from 'lib/XML/Hash/LX.pm';
author   'Mons Anderson <mons@cpan.org>';
license  'perl';

build_requires 'Test::More';
build_requires 'lib::abs', '0.90';

requires 'XML::LibXML';# , '1.62'; # required DOM-compliant nodeNames
auto_provides;

auto_install;

WriteAll;