Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > cb6a769770773d911c1975e01514a9bd > files > 12

perl-Dist-Zilla-4.300002-1.fc16.noarch.rpm


# 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?