MT#16235 skip typecheck in add_mapping

by overwriting that function.
This fixes Data::HAL on debian jessie.

Change-Id: Icddccfdac2f4984ff9aaa0a6ef0c8836fbf63fe5
changes/45/3345/2
Gerhard Jungwirth 11 years ago
parent b62605e0af
commit 85538c754b

@ -24,4 +24,6 @@ sub uri {
return;
}
sub add_mapping { $_[0]->namespace_map->{$_[1]} = $_[2] }
1;

Loading…
Cancel
Save