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
|
name = App-Parcimonie
main_module = bin/parcimonie
author = intrigeri <intrigeri@boum.org>
license = Perl_5
copyright_holder = intrigeri
copyright_year = 2020
[VersionFromModule]
[MetaResources]
homepage = https://salsa.debian.org/intrigeri/parcimonie
repository.url = https://salsa.debian.org/intrigeri/parcimonie.git
repository.type = git
[@Filter]
-bundle = @Basic
-remove = MakeMaker
-remove = Readme
[ModuleBuild]
mb_class = My::Builder
[InstallGuide] ; must come after ModuleBuild
[MetaJSON]
[Test::ReportPrereqs]
[Test::Perl::Critic]
[PodSyntaxTests]
[Test::NoTabs]
[Test::EOL]
[Test::Kwalitee]
skiptest = has_license_in_source_file
[Prereqs]
namespace::clean = 0.25
version = 0.9909
Carp = 1.11
Clone = 0.31
Config::General = 2.48
Encode = 0
English = 1.04
File::HomeDir = 0.86
File::Which = 1.08
GnuPG::Interface = 0.42
I18N::Langinfo = 0
IPC::System::Simple = 0
JSON::PP = 0
List::MoreUtils = 0.25
List::Util = 1.33
Moo = 1.003
MooX::late = 0.014
MooX::Options = 3.83
MooX::StrictConstructor = 0.008
Net::DBus = 0.33.6
Pango = 1.221
Path::Tiny = 0.038
Time::Duration = 1.06
Time::Duration::Parse = 0.06
Try::Tiny = 0.04
Type::Tiny = 0.022
Types::Path::Tiny = 0.005
[Prereqs / BuildRequires]
autodie = 2.06_01
Cwd = 3.30
Path::Tiny = 0.038
[Prereqs / TestRequires]
strictures = 2.000003
File::Which = 1.08
GnuPG::Interface = 0.42
IO::Handle = 1.28
List::MoreUtils = 0.25
List::Util = 1.33
LWP::Online = 1.07
Module::Pluggable::Object = 3.9
Path::Tiny = 0.038
Test::Most = 0.22
Test::Trap = 0.2.1
[Git::Check]
[ChangelogFromGit]
max_age = 99999
tag_regexp = ^parcimonie_(?:\d+[.]?)+$
file_name = Changes
|