-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdist.ini
More file actions
61 lines (49 loc) · 2.04 KB
/
dist.ini
File metadata and controls
61 lines (49 loc) · 2.04 KB
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
name = Env-Assert
author = Mikko Koivunalho <mikkoi@cpan.org>
license = Perl_5
copyright_holder = Mikko Koivunalho
copyright_year = 2023
main_module = lib/Env/Assert.pm
abstract = Ensure that the environment variables match what is requested, or abort. Module and executable.
website = https://metacpan.org/dist/Env-Assert
[Meta::Contributors]
contributor = Ivan Bessarabov <ivan@bessarabov.ru>
contributor = gregor herrmann <gregoa@debian.org>
contributor = Ron Savage <ron@savage.net.au>
[MetaResources]
homepage = https://metacpan.org/dist/Env-Assert
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Env-Assert
bugtracker.mailto = bug-Env-Assert@rt.cpan.org
repository.url = git://github.com/mikkoi/env-assert.git
repository.web = https://github.com/mikkoi/env-assert
repository.type = git
[Keywords]
keywords = environment variable assert
[GatherDir]
include_dotfiles = 1
[@Filter]
-bundle = @MIKKOI
-version = 0.003
-remove = GatherDir
-remove = Test::Perl::Critic
[Software::Policies / License]
policy_attribute = perl_5_double_license = true
[Software::Policies / Contributing]
[Software::Policies / CodeOfConduct]
class = ContributorCovenant
version = 2.1
[Software::Policies / Security]
policy_attribute = url = https://github.com/mikkoi/env-assert/blob/main/SECURITY.md
policy_attribute = timeframe = 14 days
policy_attribute = perl_support_years = 10
; After release, always update the self-contained executables to GitHub.
; Use the one that was released. It now contains the current version number.
[Run::AfterRelease]
run = PERL5LIB=./lib fatpack pack %n-%v/bin/envassert >envassert.self-contained
run = git add envassert.self-contained
run = git diff --stat envassert.self-contained && git commit -m "Update FatPacked executable" envassert.self-contained
[BumpVersionAfterRelease]
; commit source files after modification
[Git::Commit / CommitAfterBumpVersionAfterRelease] ; commit Changes (for new dev)
allow_dirty_match = (^lib/|^bin/)
commit_msg = Bump version