File: delay-core-attrs.mkdn

package info (click to toggle)
libdist-zilla-perl 6.032-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,928 kB
  • sloc: perl: 7,275; makefile: 4; sh: 1
file content (22 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# DELAY CORE ATTRIBUTE INIT

We might want something like $zilla->name to come from some plugin that
converts from main_module, or yadda yadda.  This will allow
register-on-the-fly of plugins because we can construct the Zilla before we
know all its required attribute values.

We'll probably mark those values as LazyRequired and SetOnce.

## ATTRIBUTES TO FIX, IN ORDER:

* main_module, name -- interdependent

* abstract

* version - it's unique and should be simplified
* copyright_{holder,year} - should come from a plugin somehow, too
* license
* authors

* root?