Skip to content

Commit cb64ebb

Browse files
committed
Add Software::Policies to dist.ini
1 parent 9a03134 commit cb64ebb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

dist.ini

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage = https://metacpan.org/dist/Env-Assert
1515
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Env-Assert
1616
bugtracker.mailto = bug-Env-Assert@rt.cpan.org
1717
repository.url = git://github.com/mikkoi/env-assert.git
18-
repository.web = https://github.com/mikkoi/env-assert.git
18+
repository.web = https://github.com/mikkoi/env-assert
1919
repository.type = git
2020

2121
[Keywords]
@@ -25,6 +25,20 @@ keywords = environment variable assert
2525
-bundle = @MIKKOI
2626
-version = 0.002
2727

28+
[Software::Policies / License]
29+
policy_attribute = perl_5_double_license = true
30+
31+
[Software::Policies / Contributing]
32+
33+
[Software::Policies / CodeOfConduct]
34+
class = ContributorCovenant
35+
version = 2.1
36+
37+
[Software::Policies / Security]
38+
policy_attribute = url = https://github.com/mikkoi/env-assert/blob/main/SECURITY.md
39+
policy_attribute = timeframe = 7 days
40+
policy_attribute = perl_support_years = 10
41+
2842
; After release, always update the self-contained executables to GitHub.
2943
; Use the one that was released. It now contains the current version number.
3044
[Run::AfterRelease]

0 commit comments

Comments
 (0)