[interchange] Use Vend::Safe instead of vanilla Safe in UI::Primitive.
Stefan Hornburg <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 29f86dbbea4cd86021f07ab8d8c7a7ecce7974f8 Author: Stefan Hornburg (Racke) <[email protected]> Date: Wed May 29 16:15:01 2013 +0200 Use Vend::Safe instead of vanilla Safe in UI::Primitive. dist/lib/UI/Primitive.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/dist/lib/UI/Primitive.pm b/dist/lib/UI/Primitive.pm index 6356ff6..77b87c0 100644 --- a/dist/lib/UI/Primitive.pm +++ b/dist/lib/UI/Primitive.pm @@ -64,7 +64,7 @@ The Interchange UI is an interface to configure and administer Interchange catal =cut -my $ui_safe = new Safe; +my $ui_safe = new Vend::Safe; $ui_safe->untrap(@{$Global::SafeUntrap}); sub is_super {