Fix Show Passphrase box orientation property
[tails-persistence-setup.git] / dist.ini
blob4039cfaebf406635fc501f897953fee5defcced3
1 name = Tails-Persistence
2 main_module = bin/tails-persistence-setup
3 author = Tails developers <tails@boum.org>
4 license = GPL_3
5 copyright_holder = Tails developers
6 copyright_year = 2013
8 [VersionFromModule]
10 [MetaResources]
11 homepage = https://tails.boum.org/
12 repository.url = git://git.immerda.ch/tails/persistence-setup.git
13 repository.type = git
15 [@Filter]
16 -bundle = @Basic
17 -remove = MakeMaker
18 -remove = Readme
20 [ModuleBuild]
21 mb_class = My::Builder
23 [InstallGuide] ; must come after ModuleBuild
24 [MetaJSON]
26 [Test::Perl::Critic]
27 [PodSyntaxTests]
28 [Test::NoTabs]
30 ;[CheckChangeLog]
32 [Prereqs]
33 namespace::clean = 0.27
34 strictures = 2.000003
35 Carp = 1.11
36 Class::XSAccessor = 1.19
37 Clone = 0.31
38 Function::Parameters = 2.001003
39 Glib = 1.223
40 Gtk3 = 0.018
41 IPC::System::Simple = 1.21
42 List::Util = 0
43 List::MoreUtils = 0.24
44 Moo = 2.002005
45 MooX::late = 0.015
46 MooX::HandlesVia = 0.001008
47 MooX::Options = 4.023
48 Net::DBus = 1.1.0
49 Net::DBus::GLib = 0.33.0
50 Number::Format = 1.73
51 Pango = 1.226
52 Path::Tiny = 0.100
53 Tails = 2.0
54 Try::Tiny = 0.04
55 Type::Tiny = 1.000005
56 Type::Tiny::XS = 0.012
57 Types::Path::Tiny = 0.005
58 UUID::Tiny = 1.0400
60 [Prereqs / BuildRequires]
61 autodie = 2.06_01
62 Cwd = 3.30
64 [Prereqs / TestRequires]
65 Data::Dumper::Concise = 2.022
66 LWP::Online = 1.07
67 Module::Pluggable::Object = 3.9
68 Path::Tiny = 0.100
69 Test::BDD::Cucumber = 0.24
70 Test::Most = 0.22
71 Test::Spec = 0.40
73 ; Compile .po files to .mo files
74 [LocaleMsgfmt]
75 locale = po
77 [ChangelogFromGit]
78 max_age = 99999
79 tag_regexp = ^(?:\d+[.]?)+$
80 file_name = Changes
82 [Git::Check]