Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 4425736dd263222921a1da70e1a834e4da3b2961
https://github.com/perl6/specs/commit/4425736dd263222921a1da70e1a834e4da3b2961
Author: Elizabeth Mattijsen <[email protected]>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M S11-modules.pod
Log Message:
-----------
My attempt at unslushing S11
Highlights:
- Introduce the "unit" statement, with :auth, :ver and :created adverbs
- Emphasize the use of compilation unit, or "compunit"
- Remove "auth" and "ver" from package like statements
- Remove section "Importing from a pseudo-package"
- Try to disambiguate "module" and "package" into "distribution",
"compunit" and "namespace"
- various other tweaks