Don't make C<use legacy> die on unknown legacy names
authorRafael Garcia-Suarez <rgs@consttype.org>
Tue, 15 Dec 2009 23:04:34 +0000 (00:04 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 15 Dec 2009 23:04:34 +0000 (00:04 +0100)
commit6a158b577769363e3a34f3dcb7321a0e933d3353
tree7ac4706ae26d1eb3711d5f99bf0761eb3cf7dbff
parent421f30ed1e95009450bdc7905bf3433ee806ea4f
Don't make C<use legacy> die on unknown legacy names

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. :)
lib/legacy.pm