[perl6/specs] 125d6e: S11: include & sigil in explicit import list
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 125d6ea354391b09d8edbc82d6ebce29596d1483 https://github.com/perl6/specs/commit/125d6ea354391b09d8edbc82d6ebce29596d1483 Author: Moritz Lenz Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M S11-modules.pod Log Message: --- S11: include & sigil in explicit import list we probably cannot get away with guessing if a sub or a sigilless term (like a type or constant) was meant
[perl6/specs] 1b4888: Turn accidentally working example for 'unique' int...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1b4888f618ab157de26db974e9c13f609bb98321 https://github.com/perl6/specs/commit/1b4888f618ab157de26db974e9c13f609bb98321 Author: Edwin Steiner Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M S32-setting-library/Containers.pod Log Message: --- Turn accidentally working example for 'unique' into what was probably intended. (Due to the [...] the original example worked even without the ':as(*.Num)'.)
[perl6/specs] d4e09a: add missing comma in json example
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d4e09ac67006c983020966cd011f52b7aeb4f0a0 https://github.com/perl6/specs/commit/d4e09ac67006c983020966cd011f52b7aeb4f0a0 Author: Tobias Leich Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M S22-package-format.pod Log Message: --- add missing comma in json example