This file is indexed.

/usr/share/doc/libdist-zilla-perl/todo/delay-core-attrs.mkdn is in libdist-zilla-perl 5.043-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
# 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?