-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
65 lines (53 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
name = Libre
author = Junior Moraes <[email protected]>
abstract = Libre API
license = None
copyright_holder = AppCivico
copyright_year = 2017
[@Filter]
-bundle = @Basic
-remove = UploadToCPAN
[Test::Perl::Critic]
critic_config = perlcritic.rc
[Test::Compile]
[Test::Kwalitee]
[Test::DistManifest]
[Test::EOL]
[Test::CPAN::Meta::JSON]
[Test::NoTabs]
[Test::UnusedVars]
[MetaTests]
[MinimumPerl]
perl = 5.014002
[AutoVersion]
format = {{ cldr('yyyyMMdd') }}
[ManifestSkip]
[Encoding]
encoding = bytes
match = \.png$
[AutoPrereqs]
[Prereqs]
App::Sqitch = 0.9995
Starman = 0
DBD::Pg = 0
Daemon::Generic = 0
Server::Starter = 0
Net::Server::SS::PreFork = 0
Log::Log4perl = 0
Catalyst::Authentication::Store::DBIx::Class = 0
Catalyst::Action::RenderView = 0
Catalyst::Plugin::Authorization::Roles = 0
Catalyst::Plugin::Static::Simple = 0
Catalyst::Plugin::ConfigLoader = 0
Catalyst::Plugin::Authentication = 0
DBIx::Class::TimeStamp = 0
DBIx::Class::PassphraseColumn = 0
DBIx::Class::InflateColumn::Serializer = 0
[PruneFiles]
match = ^cover_db/
[Run::BeforeBuild]
run = rm -f Makefile.PL README
[Run::AfterBuild]
run = cp %d/Makefile.PL %d/README ./
run = ( type 'ctags' >/dev/null && ctags -R ./lib ./script ) || exit 0
run = ( (git status --porcelain | grep 'M Makefile.PL' && git add Makefile.PL || git status --porcelain | grep 'M README' && git add README || git status --porcelain | grep 'M tags' && git add tags ) && git commit -m 'auto-committed by Dist::Zilla') || echo Nothing to auto-commit.