On Sun, Oct 23, 2011 at 11:22, Andreas J. Koenig
<[email protected]> wrote:
>>>>>> On Sat, 22 Oct 2011 10:38:54 +0200, Ævar Arnfjörð Bjarmason
>>>>>> <[email protected]> said:
>
> > so please just remove our ownership of the following
> > namespaces (usernames AVAR and FGLOCK):
>
> [...]
>
> The following package names are also in v6-0.042:
>
> +-------------+
> | Apply |
> | Bind |
> | CompUnit |
> | Decl |
> | For |
> | If |
> | Index |
> | Lit::Array |
> | Lit::Code |
> | Lit::Hash |
> | Lit::Object |
> | Lookup |
> | Method |
> | Pair |
> | Sig |
> | Sub |
> | Use |
> | Val::Bit |
> | Val::Buf |
> | Val::Int |
> | Val::Num |
> | Val::Object |
> | Val::Undef |
> | While |
> +-------------+
>
> To avert undesired effects I leave permissions for these untouched.
> Please make up your mind about v6-0.042.
Oops, I missed that this was still in v6.
Looks like v6 needs to have this in its META.yml:
no_index:
namespace:
- Lit
- Val
package:
- Apply
- Bind
- CompUnit
- Decl
- For
- If
- Index
- Lookup
- Method
- Pair
- Sig
- Sub
- Use
- While