So we can use C<use legacy "qubits"> to avoid the new "qubit" behaviour,
without worrying about perls that didn't have qubit support at all. :)
unshift @_, @{$legacy_bundle{$v}};
next;
}
- if (!exists $legacy{$name}) {
- unknown_legacy($name);
- }
$^H |= $unicode8bit::hint_not_uni8bit; # The only valid thing as of yet
}
}