File: cpanfile

package info (click to toggle)
libxml-generator-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 1,312; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.029
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "Carp" => "0";
requires "perl" => "5.010";
recommends "XML::DOM" => "1.46";
suggests "Tie::IxHash" => "0";

on 'test' => sub {
  requires "Test" => "0";
  requires "Test::More" => "0";
};

on 'test' => sub {
  recommends "XML::DOM" => "1.46";
};

on 'test' => sub {
  suggests "Tie::IxHash" => "0";
};

on 'configure' => sub {
  requires "ExtUtils::MakeMaker" => "0";
};

on 'develop' => sub {
  requires "Test::Pod" => "1.41";
  requires "Test::Spelling" => "0.12";
};