-
Notifications
You must be signed in to change notification settings - Fork 12
/
dist.ini
89 lines (73 loc) · 1.83 KB
/
dist.ini
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name = Lab-Measurement
version = 3.920
author = Andreas K. Hüttel <[email protected]>
author = Simon Reinhardt <[email protected]>
author = Erik Fabrizzi <[email protected]>
license = Perl_5
abstract = Test and measure with Perl
copyright_holder = the Lab::Measurement team, see the git log
[MetaResources]
homepage = https://www.labmeasurement.de/
bugtracker.web = https://github.com/lab-measurement/lab-measurement/issues
repository.url = https://github.com/lab-measurement/lab-measurement.git
repository.web = https://github.com/lab-measurement/lab-measurement
repository.type = git
x_IRC = irc://irc.libera.chat/#labmeasurement
x_MailingList = https://www-mailman.uni-regensburg.de/mailman/listinfo/lab-measurement-users
[GatherDir]
[MetaJSON]
[MetaYAML]
[MakeMaker]
[Manifest]
[ManifestSkip]
[AutoPrereqs]
skip = USB::TMC
skip = USB::LibUSB
skip = Lab::VXI11
skip = Lab::VISA
skip = Lab::Zhinst
skip = LinuxGpib
skip = points
skip = Test::Perl::Critic
skip = threads
skip = PDL::Graphics::Gnuplot
skip = lines
[Prereqs]
perl = 5.014
Class::Method::Modifiers = 2.11
Clone = 0.31
Exception::Class = 1.0
Module::Load = 0.26
Moose = 2.1213
MooseX::Params::Validate = 0.18
PDL = 2.007
Role::Tiny = 1.003004
Term::ReadKey = 2.30
Try::Tiny = 0.22
YAML::XS = 0.41
namespace::autoclean = 0.20
Test::More = 1.001014
[Git::Check]
[Git::Commit]
commit_msg = Release Lab::Measurement %v%n%n%c
[Git::Tag]
tag_format = %N-%v
tag_message = Release Lab::Measurement %v
[Git::Push]
[PkgVersion]
die_on_existing_version = 1
die_on_line_insertion = 1
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[FileFinder::ByName / Examples]
dir = examples
skip = Legacy
[PodWeaver]
config_plugin = @NoAuthor
finder = Examples
finder = :InstallModules
[AuthorsFromGit]
finder = Examples
finder = :InstallModules
[Test::ReportPrereqs]