-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
43 lines (35 loc) · 1.05 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
name = App-Basis
author = Kevin Mulholland <[email protected]>
license = Perl_5
copyright_holder = Kevin Mulholland
copyright_year = 2017
abstract = Basis for simple applications
main_module = lib/App/Basis.pm
version = 1.5
[@Basic]
[PkgVersion]
; this needs to be early enough in the process to prepare the data before we
; write any META files
[Repository]
; Always have this earlier in the list
; order can matter!
[PodWeaver]
[AutoPrereqs]
[MetaJSON]
[CPANFile]
[Clean]
;; let cpan know what github info I have
;; or use Dist::Zilla::Plugin::GithubMeta
;; [MetaResources]
;; homepage = https://github.com/27escape/App-Basis
;; ;bugtracker.web = https://github.com/27escape/App-Basis/issues
;; ;bugtracker.mailto = [email protected]
;; repository.url = git://github.com/27escape/App-Basis
;; repository.web = https://github.com/27escape/App-Basis.git
;; repository.type = git
;;
;; ; insert release information into the Changes file
;; [NextRelease]
;;
;; ; commit changes (made by NextRelease e.g.) to git, commit and push
;; ;[@Git]