From 6a158b577769363e3a34f3dcb7321a0e933d3353 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 16 Dec 2009 00:04:34 +0100 Subject: [PATCH] Don't make C die on unknown legacy names So we can use C to avoid the new "qubit" behaviour, without worrying about perls that didn't have qubit support at all. :) --- lib/legacy.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/legacy.pm b/lib/legacy.pm index eaab5d5..1ea7c07 100755 --- a/lib/legacy.pm +++ b/lib/legacy.pm @@ -152,9 +152,6 @@ sub import { unshift @_, @{$legacy_bundle{$v}}; next; } - if (!exists $legacy{$name}) { - unknown_legacy($name); - } $^H |= $unicode8bit::hint_not_uni8bit; # The only valid thing as of yet } } -- 2.7.4